https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62069
Bug ID: 62069 Summary: ICE: in int_cst_value, at tree.c:10625 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sabrinadfs at gmail dot com GCC-4.10.0 (trunk) x86_64-apple-darwin11.4.2 Running the following test: make -s -C gcc check-gcc RUNTESTFLAGS="dg.exp=20090922-1.c --target_board=unix/-fcheck-data-deps" GCC throw an ICE: ------------------------------------------------------------------------ /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c: In function 'test': /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c:33:1: internal compiler error: in int_cst_value, at tree.c:10625 /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c:33:1: internal compiler error: Abort trap: 6 xgcc: internal compiler error: Abort trap: 6 (program cc1) compiler exited with status 1 output is: /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c: In function 'test': /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c:33:1: internal compiler error: in int_cst_value, at tree.c:10625 /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c:33:1: internal compiler error: Abort trap: 6 xgcc: internal compiler error: Abort trap: 6 (program cc1) FAIL: gcc.dg/20090922-1.c (internal compiler error) FAIL: gcc.dg/20090922-1.c (test for excess errors) Excess errors: /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c:33:1: internal compiler error: in int_cst_value, at tree.c:10625 /Users/sabrinasouto/Downloads/gcc_trunk/trunk/gcc/testsuite/gcc.dg/20090922-1.c:33:1: internal compiler error: Abort trap: 6 xgcc: internal compiler error: Abort trap: 6 (program cc1) ------------------------------------------------------------------------ Can anyone confirm this bug? Thanks, Sabrina Souto.