diff options
| author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-07 09:55:26 +0000 |
|---|---|---|
| committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-07 09:55:26 +0000 |
| commit | 8b046cbbc6ee345fca40fa185001df6af7a025ac (patch) | |
| tree | 473292e8e733a74329acc9f1fc02b997bb899461 | |
| parent | 9737dd95221144d2ad6f593050491f389c4ee8bd (diff) | |
| download | ppe42-gcc-8b046cbbc6ee345fca40fa185001df6af7a025ac.tar.gz ppe42-gcc-8b046cbbc6ee345fca40fa185001df6af7a025ac.zip | |
2012-03-07 Richard Guenther <rguenther@suse.de>
PR pch/52518
PR pch/38987
* doc/invoke.texi (Precompiled Headers): Remove sentence that
suggests you can include PCHs from inside another header.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185029 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f03d4c96a78..143abf6c587 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2012-03-07 Richard Guenther <rguenther@suse.de> + + PR pch/52518 + PR pch/38987 + * doc/invoke.texi (Precompiled Headers): Remove sentence that + suggests you can include PCHs from inside another header. + 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com> PR middle-end/52515 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 969fcbe594b..0f5a2cce365 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -19891,9 +19891,8 @@ Only one precompiled header can be used in a particular compilation. @item A precompiled header can't be used once the first C token is seen. You -can have preprocessor directives before a precompiled header; you can -even include a precompiled header from inside another header, so long as -there are no C tokens before the @code{#include}. +can have preprocessor directives before a precompiled header; you cannot +include a precompiled header from inside another header. @item The precompiled header file must be produced for the same language as |

