public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* other/9471: [pch] #pragma system_header vs. precompiled headers
@ 2003-01-28  3:46 bkoz
  0 siblings, 0 replies; only message in thread
From: bkoz @ 2003-01-28  3:46 UTC (permalink / raw)
  To: gcc-gnats; +Cc: geoffk


>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-28  3:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-28  3:46 other/9471: [pch] #pragma system_header vs. precompiled headers bkoz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).