This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sparc-sun-solaris2.8 headers: fixinc, cpplib
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: sparc-sun-solaris2.8 headers: fixinc, cpplib
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Sun, 17 Dec 2000 19:17:51 +0000
- Cc: gcc at gcc dot gnu dot org, Bruce Korb <bkorb at gnu dot org>,Robert Lipe <robertlipe at usa dot net>
- References: <Pine.BSF.4.30.0012171523420.36071-100000@deneb.dbai.tuwien.ac.at>
Doh! I think I know what's causing the system header warnings.
We're performing the callback to cc1 before cpplib gets a chance to
set the system header flags.
As for the line number, something is obviously broken in c-lex.c for
callbacks; the warnings are coming from the front ends.
I'll try and fix this soon; unforunately I have to go out now.
Neil.