https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80399
Andrew Pinski changed:
What|Removed |Added
Known to work||10.2.0, 12.0, 9.3.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80399
wilco at gcc dot gnu.org changed:
What|Removed |Added
CC||wilco at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80399
--- Comment #2 from Andrew Pinski ---
Related case (but I know it goes down a different path) is:
struct ss
{
int aa;
int s;
};
int
f(int a, struct ss *rn, int i)
{
return rn[i-1].s == a;
}
Which shows up in SPEC INT.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80399
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|