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/


On Fri, 2015-08-21 at 19:50 +0200, Andreas Schwab wrote:
> 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.

I still do not get the warning when I use -P (i.e. I preprocessed with
'-E -P' and then did a '-c' on that file.  I did not get the
warning/error that I see with -c on the original source file.

Steve Ellcey
sellcey@imgtec.com


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