[Bug middle-end/80399] Premature optimization with unsigned

2021-12-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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|

[Bug middle-end/80399] Premature optimization with unsigned

2017-04-12 Thread wilco at gcc dot gnu.org
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 ---

[Bug middle-end/80399] Premature optimization with unsigned

2017-04-12 Thread pinskia at gcc dot gnu.org
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.

[Bug middle-end/80399] Premature optimization with unsigned

2017-04-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80399 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|