diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-03-07 18:05:06 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-03-07 18:05:06 +0100 |
commit | bde73c6b2681d054b70e5578af87ed55be3492a4 (patch) | |
tree | e9906110a74bfb490e965fdd3792fb80d5604268 /gcc/ada/gnat_ugn.texi | |
parent | b0d623bb216914a90b626439f4c96fba683bab2c (diff) | |
download | gcc-bde73c6b2681d054b70e5578af87ed55be3492a4.zip gcc-bde73c6b2681d054b70e5578af87ed55be3492a4.tar.gz gcc-bde73c6b2681d054b70e5578af87ed55be3492a4.tar.bz2 |
[multiple changes]
2012-03-07 Robert Dewar <dewar@adacore.com>
* sem_util.adb, exp_ch4.adb, exp_ch6.adb, sem_ch6.adb: Minor
reformatting.
2012-03-07 Sergey Rybin <rybin@adacore.com frybin>
* gnat_ugn.texi: gnatpp: fix paragraph about sources with
preprocessor directives.
2012-03-07 Arnaud Charlet <charlet@adacore.com>
* s-osinte-linux.ads, s-taprop-linux.adb (prctl): New function.
(Enter_Task): Call prctl when relevant.
2012-03-07 Tristan Gingold <gingold@adacore.com>
* s-osinte-vms.ads: pthread_mutex_setname_np: new function.
From-SVN: r185065
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 4bd7bba..6885eed 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -13045,12 +13045,8 @@ semantically legal. If this condition is not met, @command{gnatpp} will terminate with an error message; no output file will be generated. -If the source files presented to @command{gnatpp} contain -preprocessing directives, then the output file will -correspond to the generated source after all -preprocessing is carried out. There is no way -using @command{gnatpp} to obtain pretty printed files that -include the preprocessing directives. +@command{gnatpp} cannot process sources that contain +preprocessing directives. If the compilation unit contained in the input source depends semantically upon units located |