https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70301
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2016-03-19 00:00:00 |2021-9-28
--- Comment #3 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70301
--- Comment #2 from Martin Sebor ---
Okay, here's a slightly less contrived test case:
struct A { int a [1]; };
struct B { int b [2]; };
A foo ();
B bar ();
int *p = foo ().a;
int *q = bar ().b;
This test case should also illustr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70301
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|