This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug pch/9471] #pragma system_header vs. precompiled headers


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9471


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-04 04:11:12
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-04 04:11 -------
Simple testcase:
testsys.h:
#pragma GCC system_header
g++ -ansi -Werror -pedantic -Winvalid-pch -o testsys.h.gch -c testsys.h
testsys.h:1:14: #pragma system_header ignored outside include file


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]