[Bug middle-end/50607] [4.7 Regression] FAIL: gcc.dg/bconstp-3.c
Greta.Yorsh at arm dot com
gcc-bugzilla@gcc.gnu.org
Thu Oct 6 10:46:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50607
--- Comment #9 from Greta Yorsh <Greta.Yorsh at arm dot com> 2011-10-06 10:44:34 UTC ---
There is still a problem on arm: vect-shuffle-2.c and vect-shuffle-5.c fail
with ICE at all optimization levels above -O0 (other vect-shuffle-*.c tests
pass).
ICE is a segfault in expand_vec_shuffle_expr (optabs.c:6660), here are the
details:
$ arm-eabi-gcc vect-shuffle-2.c -O1 -c
vect-shuffle-2.c: In function 'main':
vect-shuffle-2.c:30:8: internal compiler error: Segmentation fault
Trunk revision r179558.
Configured with: --with-cpu=cortex-a9 --with-float=softfp --with-fpu=neon
--target=arm-eabi --enable-checking=release --disable-gdbtk --disable-werror
--disable-tui --disable-rda --disable-sid --disable-utils --disable-lto
--disable-lto --disable-werror --disable-shared --disable-nls --disable-threads
--disable-tls --enable-checking=yes --enable-languages=c,c++,fortran
--with-newlib
More information about the Gcc-bugs
mailing list