]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/par-ch13.adb
sem_ch12.adb, [...]: New calling sequence for Analyze_Aspect_Specifications
authorRobert Dewar <dewar@adacore.com>
Tue, 2 Aug 2011 08:58:37 +0000 (08:58 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 08:58:37 +0000 (10:58 +0200)
commiteaba57fb0a6e78750c116ff716071f6f46a0db2c
treea78073d9929183ac16f0ad682c43b827f7601339
parent8830d1d2a25268b60eba9b47d62f4ddabec6d428
sem_ch12.adb, [...]: New calling sequence for Analyze_Aspect_Specifications

2011-08-02  Robert Dewar  <dewar@adacore.com>

* sem_ch12.adb, sem_ch11.adb: New calling sequence for
Analyze_Aspect_Specifications
* sem_ch13.adb
(Analyze_Aspect_Specifications): New handling for boolean aspects
* sem_ch13.ads (Analyze_Aspect_Specifications): New calling sequence
* sem_ch3.adb, sem_ch6.adb, sem_ch7.adb, sem_ch9.adb: New calling
sequence for Analyze_Aspect_Specifications
* sem_prag.adb (Analyze_Pragma): Remove use of Aspect_Cancel entirely
* sinfo.ads, sinfo.adb (Aspect_Cancel): Remove, no longer used

2011-08-02  Robert Dewar  <dewar@adacore.com>

* freeze.adb (Freeze_Entity): Remove handling of delayed boolean
aspects, since these no longer exist.

2011-08-02  Robert Dewar  <dewar@adacore.com>

* par-ch13.adb (Aspect_Specifications_Present): Always return false on
semicolon, do not try to see if there are aspects following it.
* par-ch3.adb (P_Declarative_Items): Better message for unexpected
aspect spec.

From-SVN: r177095
15 files changed:
gcc/ada/ChangeLog
gcc/ada/freeze.adb
gcc/ada/par-ch13.adb
gcc/ada/par-ch3.adb
gcc/ada/sem_ch11.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch13.ads
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_ch7.adb
gcc/ada/sem_ch9.adb
gcc/ada/sem_prag.adb
gcc/ada/sinfo.adb
gcc/ada/sinfo.ads
This page took 0.060151 seconds and 5 git commands to generate.