This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug pch/9471] #pragma system_header vs. precompiled headers
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Aug 2003 04:11:12 -0000
- Subject: [Bug pch/9471] #pragma system_header vs. precompiled headers
- References: <20030128034601.9471.bkoz@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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