[Bug tree-optimization/96370] ICE with -ffast-math since r7-950-g8a85cee26eabf5cf

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 30 08:02:54 GMT 2020


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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
More "complete" testcase:

void c(_Decimal128);
void a(_Decimal128 b)
{
  c(-b * b);
}


More information about the Gcc-bugs mailing list