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]

Re: VAX Ultrix bootstrap with gcc-2.96 20000519: genrecog failure


On Wed, May 24, 2000 at 01:58:07PM -0400, John David Anglin wrote:
> The following bootstrap failure occurs in stage1:
[...]
> ../../gcc/config/vax/vax.md:139: warning: source missing a mode?

Hint: a warning is not a failure.  If compilation stopped here,
you failed to paste everything.

> This is probably the RELOAD_FOR_OPERAND_ADDRESS bug that I reported
> previously for the gcc-2.95 and 2.8.0 branches.

Not at all.  The warning you're seeing there is from genrecog
performing sanity checks on the md file.  Which we didn't do
in the past, which resulted in bogosity in all but one target.
You've just stumbled on some.


r~

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