This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/52633] New: Compiler ICE in vect_is_simple_use_1 (ARM)
- From: "juha.kallioinen at nokia dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Mar 2012 09:05:03 +0000
- Subject: [Bug tree-optimization/52633] New: Compiler ICE in vect_is_simple_use_1 (ARM)
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52633
Bug #: 52633
Summary: Compiler ICE in vect_is_simple_use_1 (ARM)
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: juha.kallioinen@nokia.com
Created attachment 26928
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26928
Failing test case
Here's another instance of the failure that has been reported before.
The attached test case fails when built with -O1 -ftree-vectorize -mfpu=neon
This was tested with a compiler built from gcc-4.7-20120225.tar.bz2 sources.
...
bin/armv7hl-pc-linux-gnueabi-gcc -O1 -ftree-vectorize -mfpu=neon
minimal-testcase.i -c
minimal-testcase.i: In function 'lsp_quant_nb':
minimal-testcase.i:14:6: internal compiler error: in vect_is_simple_use_1, at
tree-vect-stmts.c:6057
Please submit a full bug report,
with preprocessed source if appropriate.
...
This does not fail with gcc 4.6.3.