r213255 - in /trunk/gcc/ada: ChangeLog einfo.ad...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Wed Jul 30 12:42:00 GMT 2014
Author: charlet
Date: Wed Jul 30 12:41:59 2014
New Revision: 213255
URL: https://gcc.gnu.org/viewcvs?rev=213255&root=gcc&view=rev
Log:
2014-07-30 Yannick Moy <moy@adacore.com>
* einfo.ads (Is_Inlined): Document new use in GNATprove mode.
* inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Add comments
to explain rationale for inlining or not in GNATprove mode.
(Expand_Inlined_Call): In GNATprove mode, set Is_Inlined flag
to False when inlining is not possible.
* sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set Is_Inlined
flag to indicate that subprogram is fully inlined. To be reversed
if inlining problem is found.
* sem_res.adb (Resolve_Call): Set Is_Inlined flag to False when
call in potentially unevaluated context.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/einfo.ads
trunk/gcc/ada/inline.adb
trunk/gcc/ada/sem_ch6.adb
trunk/gcc/ada/sem_res.adb
More information about the Gcc-cvs
mailing list