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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[5/6 Regression] ICE in     |[5/6 Regression] ICE in
                   |gimplify_expr, at           |gimplify_expr, at
                   |gimplify.c:8832             |gimplify.c:8832,
                   |                            |c_maybe_const_expr in IL

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
#1  0x0000000000adeb18 in gimplify_expr (expr_p=0x7ffff6a05400, 
    pre_p=0x7fffffffd190, post_p=0x7fffffffb9e8, gimple_test_f=
    0xa8b7a8 <is_gimple_val(tree_node*)>, fallback=1)
    at /space/rguenther/src/svn/trunk3/gcc/gimplify.c:10620
10620                 gcc_unreachable ();
(gdb) p debug_generic_expr (*expr_p)
<<< Unknown tree: c_maybe_const_expr

  someFuncX ((someFuncY ((void *) (somePtr + 4352)) - (someVar == 2 ? 218103808
: 33554432)) / 2097152 + 1) >>>
$1 = void

Reply via email to