This is the mail archive of the gcc-prs@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]

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


>Number:         9471
>Category:       other
>Synopsis:       [pch] #pragma system_header vs. precompiled headers
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 28 03:46:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Kosnik
>Release:        gcc-3.4 20030125
>Organization:
>Environment:
rh linux 7.3
>Description:
This is odd behavior, but just annoying.

If I create a pch this way:
%COMP.sh "-x c++-header -Winvalid-pch" ostream

I get:
ostream:43:13: warning: #pragma system_header ignored outside include file

However, if I create a pch by doing

cat > precomp_ostream.hh
#include <ostream>

I don't get the error. 

These cases, which are identical input, should give identical output.

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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