------- Comment #8 from pinskia at gcc dot gnu dot org 2006-09-17 08:44 ------- Just to clarify what testcase is still broken, here it is: void baz (void) { if ("<12ers" + 1 == 0) bar (); }
------ The reason why strchr testcase is fixed is because we turn the strchr call into &"<12ers"[1]. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org Last reconfirmed|2006-03-01 02:45:29 |2006-09-17 08:44:52 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15347