diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 15:47:23 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 15:47:23 +0000 |
commit | c8969ba6225fdebe62682ac174c92759b20a9100 (patch) | |
tree | 444ab818bb867feee7661eee1e4537161e9429f5 /gcc/ada/gnat_ugn.texi | |
parent | a43a5139521891684fcc17b45d67031f03140b7c (diff) | |
download | gcc-c8969ba6225fdebe62682ac174c92759b20a9100.tar.gz |
2010-10-11 Robert Dewar <dewar@adacore.com>
* debug.adb: Remove d.A flag to delay address clause (not needed any
more). Add d.A flag to enable tree read/write of aspect spec hash table
* sem_ch13.adb (Analyze_Aspect_Specifications): Properly delay address
clause.
(Rep_Item_Too_Late): No need for special processing for delayed rep
items (and it caused difficulties in the address case).
* tree_gen.adb: Only write aspect spec hash table if -gnatd.A is set
* tree_in.adb: Only write aspect spec hash table if -gnatd.A is set
2010-10-11 Pat Rogers <rogers@adacore.com>
* gnat_ugn.texi: Minor editing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165316 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 8241d9a8a61..0610735d160 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -5048,9 +5048,9 @@ gnat_rm, GNAT Reference manual}. @table @option @c !sort! @item -gnatwa -@emph{Activate all optional errors.} +@emph{Activate most optional warnings.} @cindex @option{-gnatwa} (@command{gcc}) -This switch activates most optional warning messages, see remaining list +This switch activates most optional warning messages. See the remaining list in this section for details on optional warning messages that can be individually controlled. The warnings that are not turned on by this switch are @@ -10409,11 +10409,11 @@ subprograms. @item @cindex pragma Inline @findex Inline -Either @code{pragma Inline} applies to the subprogram and the -@option{^-gnatn^/INLINE^} switch is used on the command line, or it is local -to the unit and called once from within it, or it is small and optimization -level @option{-O2} is specified, or automatic inlining (optimization level -@option{-O3}) is specified. +Any one of the following applies: @code{pragma Inline} is applied to the +subprogram and the @option{^-gnatn^/INLINE^} switch is specified; the +subprogram is local to the unit and called once from within it; the +subprogram is small and optimization level @option{-O2} is specified; +optimization level @option{-O3}) is specified. @end itemize @noindent |