http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55672
Bug #: 55672 Summary: [4.8 Regression] -fstack-check=generic ICEs in print_reg, at config/i386/i386.c:13868 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: rgue...@gcc.gnu.org Target: i?86-*-* int main () { int x[8]; if (x[0] != 4) __builtin_abort (); return 0; } ./cc1 -quiet run-id-pr47653.i -O -fstack-check=generic -m32 run-id-pr47653.i: In function 'main': run-id-pr47653.i:7:1: internal compiler error: in print_reg, at config/i386/i386.c:13868 This is the FAIL: gcc.dg/graphite/run-id-pr47653.c (internal compiler error) FAIL: gcc.dg/graphite/run-id-pr47653.c (test for excess errors) WARNING: gcc.dg/graphite/run-id-pr47653.c compilation failed to produce executable FAIL on x86_64 32-bit testing.