aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/opt.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 11:36:24 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 11:36:24 +0200
commit39678b1cce476a8a661ff58632a2d3c74ceb2bd9 (patch)
tree275adb1503ca3ea11102cee669ab69591c42a362 /gcc/ada/opt.ads
parentcf28c974d4868d94b6a5cee2c36c5dc617a7444d (diff)
downloadgcc-39678b1cce476a8a661ff58632a2d3c74ceb2bd9.zip
gcc-39678b1cce476a8a661ff58632a2d3c74ceb2bd9.tar.gz
gcc-39678b1cce476a8a661ff58632a2d3c74ceb2bd9.tar.bz2
[multiple changes]
2014-07-18 Arnaud Charlet <charlet@adacore.com> * gnat_ugn.texi: Doc clarification. * sem_ch13.adb (Kill_Rep_Clause): Use Replace not Rewrite. * sem_ch13.ads: Minor comment update. 2014-07-18 Robert Dewar <dewar@adacore.com> * repinfo.ads: Minor comment fix. 2014-07-18 Robert Dewar <dewar@adacore.com> * par-prag.adb: Add dummy entry for Default_Scalar_Storage_Order. * sem_prag.adb: Add dummy implementation of Default_Scalar_Storage_Order. * snames.ads-tmpl: Add dummy entry for Default_Scalar_Storage_Order pragma. 2014-07-18 Robert Dewar <dewar@adacore.com> * opt.adb (Tree_Read): Read Address_Is_Private, Ignore_Rep_Clauses, Ignore_Style_Check_Pragmas, Multiple_Unit_Index. (Tree_Write): Corresponding writes * opt.ads: Minor comment reformatting and fixes. * tree_io.ads: Increment ASIS_Version_Number. From-SVN: r212790
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r--gcc/ada/opt.ads21
1 files changed, 10 insertions, 11 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads
index a844706..5973776 100644
--- a/gcc/ada/opt.ads
+++ b/gcc/ada/opt.ads
@@ -486,7 +486,7 @@ package Opt is
Do_Not_Execute : Boolean := False;
-- GNATMAKE
- -- Set to True if no actual compilations should be undertaken.
+ -- Set to True if no actual compilations should be undertaken
Dump_Source_Text : Boolean := False;
-- GNAT
@@ -775,7 +775,7 @@ package Opt is
Init_Or_Norm_Scalars : Boolean := False;
-- GNAT, GANTBIND
-- Set True if a pragma Initialize_Scalars applies to the current unit.
- -- Also set True if a pragma Normalize_Scalars applies.
+ -- Also set True if a pragma Restriction (Normalize_Scalars) applies.
Initialize_Scalars : Boolean := False;
-- GNAT
@@ -1035,8 +1035,7 @@ package Opt is
No_Backup : Boolean := False;
-- GNATNAME
- -- Set by switch --no-backup.
- -- Do not create backup copies of project files.
+ -- Do not create backup copies of project files. Set by switch --no-backup.
No_Deletion : Boolean := False;
-- GNATPREP
@@ -1057,20 +1056,20 @@ package Opt is
No_Split_Units : Boolean := False;
-- GPRBUILD
-- Set to True with switch --no-split-units. When True, unit sources, spec,
- -- body and subunits, must all be in the same project.This is checked after
- -- each compilation.
+ -- body and subunits, must all be in the same project. This is checked
+ -- after each compilation.
No_Stdinc : Boolean := False;
-- GNAT, GNATBIND, GNATMAKE, GNATFIND, GNATXREF
- -- Set to True if no default source search dirs added to search list
+ -- Set to True if no default source search dirs added to search list.
No_Stdlib : Boolean := False;
-- GNATMAKE, GNATBIND, GNATFIND, GNATXREF
- -- Set to True if no default library search dirs added to search list
+ -- Set to True if no default library search dirs added to search list.
No_Strict_Aliasing : Boolean := False;
-- GNAT
- -- Set True if pragma No_Strict_Aliasing with no parameters encountered
+ -- Set True if pragma No_Strict_Aliasing with no parameters encountered.
Normalize_Scalars : Boolean := False;
-- GNAT, GNATBIND
@@ -1246,7 +1245,7 @@ package Opt is
Replace_In_Comments : Boolean := False;
-- GNATPREP
- -- Set to True if -C switch used
+ -- Set to True if -C switch used.
RTS_Lib_Path_Name : String_Ptr := null;
RTS_Src_Path_Name : String_Ptr := null;
@@ -1301,7 +1300,7 @@ package Opt is
SPARK_Mode : SPARK_Mode_Type := None;
-- GNAT
- -- Current SPARK mode setting
+ -- Current SPARK mode setting.
SPARK_Mode_Pragma : Node_Id := Empty;
-- GNAT