This is the mail archive of the gcc@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] | |
How aboutThis seems to be caused by:
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
Cheers, David Ayers
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |