This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Someone broke bootstrap
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- To: gcc at gcc dot gnu dot org
- Cc: carlo at alinoe dot com
- Date: Tue, 7 Oct 2003 22:46:29 -0400 (EDT)
- Subject: Re: Someone broke bootstrap
How about
if flex -o g-$$ ../../gcc/gcc/gengtype-lex.l; then \
mv -f g-$$ ../../gcc/gcc/gengtype-lex.c ; \
else \
rm -f g-$$ ; \
false ; \
fi
flex: can't open g-16194
on i686-pc-linux-gnu.
There are also a bunch of testsuite regressions on hppa64-hp-hpux11.11.
Dave
--
J. David Anglin dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)