------- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-13 16:48 ------- Confirmed.
Here's a reduced testcase (compile with -O2): ======================================================= typedef int INT; int i; int foo(INT j) { return (i>0 ? (i<3?j:0) : i) - i; } ======================================================= (The stupid typedef is indeed crucial.) -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |monitored Last reconfirmed|0000-00-00 00:00:00 |2005-04-13 16:48:45 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20929