[Bug middle-end/94339] [10 regression] ICE in tree_class_check_failed since r10-7344-gca6c722561ce9b9d
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 26 11:06:47 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94339
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needs-reduction |
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Reduced test-case:
$ cat ada.ii
unsigned a;
void b()
{
0 ? b(), -1 : a;
}
More information about the Gcc-bugs
mailing list