http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
Bug #: 56275 Summary: ICE in simplify_subreg, at simplify-rtx.c:5261 with vector code. Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: franxisco1988+...@gmail.com Created attachment 29411 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29411 Reduced code causing the ICE I have reduced the code as much as I could to keep the ICE happening. The code was compiled as follows and the output is also the following. This ICE seems to be caused when SSE2 is not available. $LANG=C gcc tigerp2.c -O2 -m32 -march=i486 tigerp2.c: In function 'tiger_block_v2': tigerp2.c:544:1: internal compiler error: in simplify_subreg, at simplify-rtx.c:5261 Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.gentoo.org/> for instructions.