[Bug c++/52985] Postincrement not applied after indexing ternary array expression

2021-08-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52985 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2012-04-16 00:00:00 |2021-8-1 --- Comment #4 from Andrew

[Bug c++/52985] Postincrement not applied after indexing ternary array expression

2020-01-17 Thread roland.winterstel...@wallner-automation.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52985 Roland Wintersteller changed: What|Removed |Added CC||roland.wintersteller@wallne

[Bug c++/52985] Postincrement not applied after indexing ternary array expression

2012-04-18 Thread will at benfold dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52985 --- Comment #2 from Will Benfold will at benfold dot com 2012-04-18 18:08:16 UTC --- Another test case; this one doesn't need any headers and also cuts out the loop. The exit status should always be 1, but in fact it's 0 if no command-line args

[Bug c++/52985] Postincrement not applied after indexing ternary array expression

2012-04-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52985 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code