This is the mail archive of the gcc-regression@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]

Re: GCC build of HEAD failed for native with your patch on 2004-07-03T02:02:35Z.


> 
> --BOUNDARY
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> With your recent patch, GCC HEAD does not compile on:
>  native
> Attached is build output for those targets.
> 
> The build failures are new.
> 
> For more information, see http://gcc.gnu.org/regtest/.
> 

> --BOUNDARY
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Content-Disposition: attachment; filename="native-log.txt"
> 
> else true; fi
> /Users/regress/tbox/native/build/gcc/xgcc -B/Users/regress/tbox/native/build/gcc/ -B/Users/regress/tbox/objs/powerpc-apple-darwin7.4.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin7.4.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin7.4.0/include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin7.4.0/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2  -I. -I/Users/regress/tbox/cvs-gcc/gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c -o regex.o
> In file included from /Users/regress/tbox/cvs-gcc/gcc/libiberty/../include/xregex.h:26,
>                  from /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c:197:
> /Users/regress/tbox/cvs-gcc/gcc/libiberty/../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators
> In file included from /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c:651:
> /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c: In function `byte_compile_range':
> /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c:4550: warning: signed and unsigned type in conditional expression
> /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c:4560: warning: signed and unsigned type in conditional expression
> /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c:4560: warning: signed and unsigned type in conditional expression
> /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c: In function `byte_regex_compile':
> /Users/regress/tbox/cvs-gcc/gcc/libiberty/regex.c:2321: internal compiler error: in avail_expr_eq, at tree-ssa-dom.c:3611
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> make[2]: *** [regex.o] Error 1
> make[1]: *** [all-target-libiberty] Error 2
> make: *** [bootstrap] Error 2
> + '[' -s gcc/.bad_compare ']'
> + exit 1


This is the same bootstrap failure I have for a while now on powerpc-apple-darwin, it is caused
by the big Kenner patch which had been requested a couple of times to be reverted.

I filed it under PR 16237 already, hopefully Kenner will fix this bug soon as we are now in stage2.

Andrew


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