sem_prag.adb (Analyze_Depends_In_Decl_Part): Add continuation message for missing...
authorYannick Moy <moy@adacore.com>
Wed, 6 Sep 2017 10:50:12 +0000 (10:50 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Sep 2017 10:50:12 +0000 (12:50 +0200)
commita9e6f868cb1467dc53328ed3585156bc8bc0620f
tree295a2b4b60a1a481fdc2e31f85d86539b08db1e0
parent09b57dfe286b5445e30815d752bf528da047e4df
sem_prag.adb (Analyze_Depends_In_Decl_Part): Add continuation message for missing input.

2017-09-06  Yannick Moy  <moy@adacore.com>

* sem_prag.adb (Analyze_Depends_In_Decl_Part): Add continuation
message for missing input.

2017-09-06  Yannick Moy  <moy@adacore.com>

* inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Prevent inlining
of protected subprograms and entries.
* sem_util.adb, sem_util.ads (Is_Subp_Or_Entry_Inside_Protected):
New function to detect when a subprogram of entry is defined
inside a protected object.

From-SVN: r251778
gcc/ada/ChangeLog
gcc/ada/inline.adb
gcc/ada/sem_prag.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads