2018-11-17 Sandra Loosemore <sandra@codesourcery.com>
PR c++/4225
gcc/
* doc/cpp.texi (System Headers): Add note about implicit
extern "C" block on targets that define SYSTEM_IMPLICIT_EXTERN_C.
From-SVN: r266240
+2018-11-17 Sandra Loosemore <sandra@codesourcery.com>
+
+ PR c++/4225
+ * doc/cpp.texi (System Headers): Add note about implicit
+ extern "C" block on targets that define SYSTEM_IMPLICIT_EXTERN_C.
+
2018-11-17 Sandra Loosemore <sandra@codesourcery.com>
PR c++/4025
system_header}} has no effect in the primary source file.
@end itemize
+On some targets, such as RS/6000 AIX, GCC implicitly surrounds all
+system headers with an @samp{extern "C"} block when compiling as C++.
+
@node Macros
@chapter Macros