This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: bootstrap/7143: real.c: In function `make_nan': `TFbignan' undeclared


John David Anglin wrote:-

> > I've got a clue.  You mentioned you were compiling with -pedantic.
> 
> The only new clue that I have is tradcpp0 correctly processed the
> test file.  I can't duplicate the problem with a cross compiler.
> 
> > Is DEC a built-in?  If so, -pedantic won't define it because it's in
> > the user's namespace.  If DEC is defined in a file, then it doesn't
> > matter of course.
> 
> No, it isn't.  I changed DEC to DECXXX and it didn't affect the problem.
> -pedantic also didn't affect the situation.
> 
> I'm going to retry the bootstrap using the native compiler.  If that
> fails, I'll try to debug the problem.

What's the situation here now?

Neil.


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