------- Comment #1 from pinskia at gcc dot gnu dot org  2007-03-21 00:49 -------
The testcase contains:
f(j)int j;{return j++>0;}
Which is equialvant to:
f(j)int j;{return(j+1)>0;}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31290

Reply via email to