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

Shubham Narlawar <gsocshubham at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gsocshubham at gmail dot com

--- Comment #5 from Shubham Narlawar <gsocshubham at gmail dot com> ---
I got an ICE as below on gcc-8.2 at optimization -O3 as below- 

internal compiler error: in expand_LOOP_VECTORIZED, at internal-fn.c:2409

--------------------------REDUCED CODE----------------------------
a;
b() {
  void *c = &&d;
  for (;;)
  d:
    if (a)
      ;
    else
      a = ({ 0 < b; });
}

Is this the same bug as above filed? If it is fixed on gcc-8.0, what causes ICE
on gcc-8.2?

Reply via email to