This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/7143: real.c: In function `make_nan': `TFbignan' undeclared
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Mon, 1 Jul 2002 17:01:46 +0100
- Subject: Re: bootstrap/7143: real.c: In function `make_nan': `TFbignan' undeclared
- References: <20020628062043.GA16213@daikokuya.co.uk> <200206281530.g5SFUa0x007260@hiauly1.hia.nrc.ca>
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.