public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* incorrect gcc 3.4.1 #pragma use warning
@ 2004-07-26  3:01 Jeffrey Holle
  0 siblings, 0 replies; only message in thread
From: Jeffrey Holle @ 2004-07-26  3:01 UTC (permalink / raw)
  To: gcc-help

Just thought I'd communicate, hopefully to the right people, a problem 
I've observed.

In compiling code that compiled cleanly with gcc 2.3.3, with gcc 3.4.1, 
I get:

   warning: #pragma implementation for calendar.cpp appears after file 
is included

The code that produced this was:

   #if defined(__GNUG__) && !defined(__APPLE__)
     #pragma implementation "calendar.cpp"  <-- indicated line
     #pragma interface "calendar.cpp"
   #endif

There are no inclusions in this file prior to the above code, just a 
comment header.

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

only message in thread, other threads:[~2004-07-26  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-26  3:01 incorrect gcc 3.4.1 #pragma use warning Jeffrey Holle

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).