https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77956

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Ok, seems it got fixed by the fix for PR77920.  Without that I see (with
checking):

inout.c:3987:1: error: use operand missing for stmt
direction_70
direction_88 = 1 - direction_70;
inout.c:3987:1: internal compiler error: verify_ssa failed
0x1128e4f verify_ssa(bool, bool)
        /space/rguenther/src/svn/early-lto-debug/gcc/tree-ssa.c:1158
0xd748e3 execute_function_todo

and

inout.c:3987:1: internal compiler error: Segmentation fault
0xe932c6 crash_signal
        /space/rguenther/src/svn/early-lto-debug/gcc/toplev.c:337
0x11268f6 insert_debug_temp_for_var_def(gimple_stmt_iterator*, tree_node*)
        /space/rguenther/src/svn/early-lto-debug/gcc/tree-ssa.c:316
0x1126fc7 insert_debug_temps_for_defs(gimple_stmt_iterator*)
        /space/rguenther/src/svn/early-lto-debug/gcc/tree-ssa.c:504
0xb1b706 gsi_remove(gimple_stmt_iterator*, bool)
        /space/rguenther/src/svn/early-lto-debug/gcc/gimple-iterator.c:567

when I add -fno-checking.

*** This bug has been marked as a duplicate of bug 77920 ***

Reply via email to