This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,committed] fortran/28439 -- Fix arithmetic if


On Mon, Jul 24, 2006 at 02:12:06PM -0700, Brooks Moses wrote:
> Steve Kargl wrote:
> >I've committed a testcase as requested by FX.
> >   if (myfunc(0)) 10, 20, 30  ! Should go to 10
> >10 call abort
> >20 call abort
> >
> >30 if (myfunc(0)) 40, 50, 60  ! Should go to 20
> 
> I think the line numbers in the comments are from an old version of the 
> testcase.  The correct values now should be 30, 50, and 70, yes?
> 

Yep.  I correct the comments later today/tonight.
Thanks.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]