This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: Don't use -Wno-uninitialized in math/


Steve Ellcey <sellcey@imgtec.com> writes:

> There is something weird going on.  If I cut out the line that compiles
> s_fmal.c I can run that command and get the error.  If I change the '-c'
> to '-E' to get a preprocessed source file and then compile that with
> '-c' (and all the other options normally used in the compilation) I
> don't get the error.

Probably something is inappropriately setting the system-header flag in
the line directives.  Does it still happen if you preprocess with -P?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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