[Bug tree-optimization/71407] ICE at -O3 in 32-bit and 64-bit modes on x86_64-linux-gnu (verify_gimple: integral result type precision does not match field size of BIT_FIELD_REF)

chengniansun at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Jun 4 07:03:00 GMT 2016


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

Chengnian Sun <chengniansun at gmail dot com> changed:

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

--- Comment #1 from Chengnian Sun <chengniansun at gmail dot com> ---
A better cleaned test case. 

int a, c, d;
short b;

void fn1 ()
{
  int e;
  for (; c; c++)
    {
      for (; a; a++)
        b = (short) a || e;
      e = d;
    }
}


More information about the Gcc-bugs mailing list