------- 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
pinskia at gcc dot gnu dot org Tue, 20 Mar 2007 16:49:43 -0800
------- 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