sem_util.ads, [...] (Is_Expanded_Priority_Attribute): New predicate to determine...
authorEd Schonberg <schonberg@adacore.com>
Wed, 20 Apr 2016 10:46:57 +0000 (10:46 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 20 Apr 2016 10:46:57 +0000 (12:46 +0200)
commitf73dc37f756c3839704b24739e875f378edb9db4
treed7d1bbe572ad92b1dc6a9f703757cda9068a237f
parent75a957f5dba310b73a1d040da70f6e4077379af4
sem_util.ads, [...] (Is_Expanded_Priority_Attribute): New predicate to determine that in a context with full run-time...

2016-04-20  Ed Schonberg  <schonberg@adacore.com>

* sem_util.ads, sem_util.adb (Is_Expanded_Priority_Attribute):
New predicate to determine that in a context with full run-time,
a function call is an expansion of a reference to attribute
Priority.
* sem_ch5.adb (Analyze_Function_Call): use it.
* exp_ch5.adb (Expand_N_Subprogram_Call): use it.

From-SVN: r235265
gcc/ada/ChangeLog
gcc/ada/exp_ch5.adb
gcc/ada/sem_ch5.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads