[Bug c/69974] [6 Regression] gcc ICE on invalid code on x86_64-linux-gnu in "create_tmp_from_val"
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 26 11:54:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69974
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-02-26
CC| |jakub at gcc dot gnu.org
Summary|gcc ICE on invalid code on |[6 Regression] gcc ICE on
|x86_64-linux-gnu in |invalid code on
|"create_tmp_from_val" |x86_64-linux-gnu in
| |"create_tmp_from_val"
Ever confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r232622.
Less broken testcase with the same ICE:
struct S;
char foo (struct S *);
struct S a;
int b;
void
bar ()
{
b &= foo (&a);
}
More information about the Gcc-bugs
mailing list