mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 20:31:36 +08:00
[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
This commit is contained in:
parent
3fee1dcfc7
commit
2e8362bc21
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* libgnat/s-win32.ads: Define size_t and fix the MapViewOfFile
|
||||
|
@ -803,6 +803,10 @@ procedure Gnat1drv is
|
||||
|
||||
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
|
||||
-- the formal verification process.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user