re PR pch/52518 (gcc fails to find pch files in subincludes)
authorRichard Guenther <rguenther@suse.de>
Wed, 7 Mar 2012 09:55:26 +0000 (09:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 7 Mar 2012 09:55:26 +0000 (09:55 +0000)
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.

From-SVN: r185029

gcc/ChangeLog
gcc/doc/invoke.texi

index f03d4c96a788c0371bcc954f4ffe06c6d43e1fd9..143abf6c587e85cb79d4d66330f5f5947e7119db 100644 (file)
@@ -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
index 969fcbe594b41b4ae035c846a7ac7be82b4f2196..0f5a2cce3656d0bc74adb364b90b5c47be248db8 100644 (file)
@@ -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