This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50629] New: [4.7 Regression] FAIL: gcc.c-torture/execute/vect-shuffle-2.c with ICE on ARM
- From: "Greta.Yorsh at arm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 06 Oct 2011 13:36:02 +0000
- Subject: [Bug middle-end/50629] New: [4.7 Regression] FAIL: gcc.c-torture/execute/vect-shuffle-2.c with ICE on ARM
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50629
Bug #: 50629
Summary: [4.7 Regression] FAIL:
gcc.c-torture/execute/vect-shuffle-2.c with ICE on ARM
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: Greta.Yorsh@arm.com
CC: artyom.shinkaroff@gmail.com, Greta.Yorsh@arm.com,
hjl.tools@gmail.com, hp@gcc.gnu.org,
joseph@codesourcery.com, rguenth@gcc.gnu.org
Target: arm-none-eabi
+++ This bug was initially created as a clone of Bug #50607 +++
Recently added regression tests fail on arm:
FAIL: gcc.c-torture/execute/vect-shuffle-2.c compilation, -O1 (internal
compiler error)
The tests vect-shuffle-2.c and vect-shuffle-5.c fail with ICE at all
optimization levels above -O0 on arm-eabi. 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