diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2013-10-17 14:01:39 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-10-17 16:01:39 +0200 |
commit | 8b58a060443a7a04f2e1fa854ec2f9fac1a7ff1c (patch) | |
tree | 9878874a04ed835192318a4cca885041323c4816 /gcc/ada/sem_prag.ads | |
parent | 275d8313ba039f364823a74727002c3d897dbb2a (diff) | |
download | gcc-8b58a060443a7a04f2e1fa854ec2f9fac1a7ff1c.zip gcc-8b58a060443a7a04f2e1fa854ec2f9fac1a7ff1c.tar.gz gcc-8b58a060443a7a04f2e1fa854ec2f9fac1a7ff1c.tar.bz2 |
aspects.adb, [...]: Remove all entries for Refined_Pre from the various tables.
2013-10-17 Hristian Kirtchev <kirtchev@adacore.com>
* aspects.adb, aspects.ads, sem_prag.ads: Remove all entries
for Refined_Pre from the various tables.
* par-prag.adb: Remove the entry for Refined_Pre from the list
of pragmas not needing special processing by the parser.
* sem_ch13.adb (Analyze_Aspect_Specifications):
Remove the processing for aspect Refined_Pre.
(Check_Aspect_At_Freeze_Point): Remove the entry for aspect
Refined_Pre.
* sem_prag.adb (Analyze_Pragma): Refined_Pre is no longer a
valid assertion kind. Remove the analysis of pragma Refined_Pre.
(Analyze_Refined_Pragma): Update the comment on usage.
(Find_Related_Subprogram_Or_Body): Update the comment on
usage. Pragma Refined_Pre is no longer processed by this routine.
(Is_Valid_Assertion_Kind): Refined_Pre is no longer a valid
assertion kind.
* snames.ads-tmpl: Remove predefined name Refined_Pre. Remove
the pragma id for Refined_Pre.
From-SVN: r203765
Diffstat (limited to 'gcc/ada/sem_prag.ads')
-rw-r--r-- | gcc/ada/sem_prag.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem_prag.ads b/gcc/ada/sem_prag.ads index 9f88638..c03799d 100644 --- a/gcc/ada/sem_prag.ads +++ b/gcc/ada/sem_prag.ads @@ -41,7 +41,6 @@ package Sem_Prag is (Pragma_Refined_Depends => True, Pragma_Refined_Global => True, Pragma_Refined_Post => True, - Pragma_Refined_Pre => True, Pragma_SPARK_Mode => True, Pragma_Warnings => True, others => False); |