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

Reply via email to