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.

Good point.  I rexamined the failure.  There are no error messages.
[deleted warnings]
../../gcc/config/vax/vax.md:1740: warning: destination operand 0 allows non-lvalue
make[2]: *** [s-recog] Error 139
make[2]: Leaving directory `/usr/local/src/gnu/gcc-2.96/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/local/src/gnu/gcc-2.96/objdir/gcc'
make: *** [bootstrap] Error 2

In stage1, the warnings continue past the failure point in stage2:

../../gcc/config/vax/vax.md:1740: warning: destination operand 0 allows non-lvalue
[deleted warnings]
../../gcc/config/vax/vax.md:2127: warning: destination operand 0 allows non-lval
ue
/bin/sh ../../gcc/move-if-change tmp-recog.c insn-recog.c

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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