http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57923
Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-07-24 CC| |mpolacek at gcc dot gnu.org Known to work| |4.8.1 Target Milestone|--- |4.9.0 Summary|ICE in handle_braces |[4.9 Regression] ICE in |(gcc.c) at -O3 (both 32-bit |handle_braces (gcc.c) at |and 64-bit modes) |-O3 (both 32-bit and 64-bit | |modes) Ever confirmed|0 |1 Known to fail| |4.9.0 --- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Confirmed. G.c: In function ‘foo’: G.c:3:1: error: definition in block 3 follows the use foo (int **p) ^ for SSA_NAME: _46 in statement: _101 = _46 & 1; G.c:3:1: internal compiler error: verify_ssa failed 0xaa466c verify_ssa(bool) /home/marek/src/gcc/gcc/tree-ssa.c:1046 0x87d09e execute_function_todo /home/marek/src/gcc/gcc/passes.c:1598 0x87dabc execute_todo /home/marek/src/gcc/gcc/passes.c:1630 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions.