From: Vincent Celier Date: Wed, 6 Aug 2008 08:32:00 +0000 (+0200) Subject: gnat_ugn.texi: Document compiler switch -gnateG X-Git-Tag: releases/gcc-4.4.0~3312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9a686e312f60716594fd45466b1adb827371ef;p=thirdparty%2Fgcc.git gnat_ugn.texi: Document compiler switch -gnateG 2008-08-06 Vincent Celier * gnat_ugn.texi: Document compiler switch -gnateG From-SVN: r138770 --- diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index a0da8a40db80..b86ed98a4ee5 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -3904,6 +3904,10 @@ Defines a symbol, associated with @var{value}, for preprocessing. @cindex @option{-gnatef} (@command{gcc}) Display full source path name in brief error messages. +@item -gnateG +@cindex @option{-gnateG} (@command{gcc}) +Save result of preprocessing in a text file. + @item -gnatem=@var{path} @cindex @option{-gnatem} (@command{gcc}) Specify a mapping file @@ -7202,6 +7206,11 @@ symbol with the same name either in a definition file or specified with a @noindent This switch is similar to switch @option{^-D^/ASSOCIATE^} of @code{gnatprep}. +@item -gnateG +When integrated preprocessing is performed and the preprocessor modifies +the source text, write the result of this preprocessing into a file +^.prep^_prep^. + @end table @node Code Generation Control