Commit 2e8362bc by Eric Botcazou Committed by Pierre-Marie de Rodat

[Ada] Do not set Back_End_Inlining in ASIS mode

No impact on compilation.

2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

	* gnat1drv.adb (Adjust_Global_Switches): Do not set
	Back_End_Inlining in ASIS mode either.

From-SVN: r274342
parent 3fee1dcf
2019-08-13 Eric Botcazou <ebotcazou@adacore.com>
* gnat1drv.adb (Adjust_Global_Switches): Do not set
Back_End_Inlining in ASIS mode either.
2019-08-13 Olivier Hainque <hainque@adacore.com> 2019-08-13 Olivier Hainque <hainque@adacore.com>
* libgnat/s-win32.ads: Define size_t and fix the MapViewOfFile * libgnat/s-win32.ads: Define size_t and fix the MapViewOfFile
......
...@@ -803,6 +803,10 @@ procedure Gnat1drv is ...@@ -803,6 +803,10 @@ procedure Gnat1drv is
not Generate_C_Code not Generate_C_Code
-- No back-end inlining available in ASIS mode
and then not ASIS_Mode
-- No back-end inlining in GNATprove mode, since it just confuses -- No back-end inlining in GNATprove mode, since it just confuses
-- the formal verification process. -- the formal verification process.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment