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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |segher at gcc dot gnu.org
         Resolution|FIXED                       |---

--- Comment #11 from Segher Boessenkool <segher at gcc dot gnu.org> ---
This new testcase ICEs on powerpc, for example on powerpc64-linux:

69666.c:16:1: internal compiler error: Segmentation fault
 }
 ^
0x10878acb crash_signal
        /home/segher/src/gcc/gcc/toplev.c:335
0x105375e0 is_gimple_reg_type
        /home/segher/src/gcc/gcc/gimple-expr.h:75
0x105375e0 is_gimple_val(tree_node*)
        /home/segher/src/gcc/gcc/gimple-expr.c:781
0x108bad5f verify_gimple_assign_unary
        /home/segher/src/gcc/gcc/tree-cfg.c:3539
0x108bad5f verify_gimple_assign
        /home/segher/src/gcc/gcc/tree-cfg.c:4333
0x108bad5f verify_gimple_stmt
        /home/segher/src/gcc/gcc/tree-cfg.c:4590
0x108ce2c3 verify_gimple_in_cfg(function*, bool)
        /home/segher/src/gcc/gcc/tree-cfg.c:5052
0x107741e3 execute_function_todo
        /home/segher/src/gcc/gcc/passes.c:1958
0x10774d93 do_per_function
        /home/segher/src/gcc/gcc/passes.c:1645
0x107750cf execute_todo
        /home/segher/src/gcc/gcc/passes.c:2010

(it doesn't ICE with a compiler two weeks or so old)

Reply via email to