Re: [PATCH] Add PAREN_EXPR

2008-02-21 Thread Robert Dewar
Dominique Dhumieres wrote: I would vote for -ffast-math to disable it. Please don't. I think parentheses should be obeyed in FORTRAN. Does the Fortran standard say that (I assume that despite using the name for the 66 language, you really mean Fortran :-) -ffast-math groups several useful o

Re: [PATCH] Add PAREN_EXPR

2008-02-21 Thread Dominique Dhumieres
> I would vote for -ffast-math to disable it. Please don't. I think parentheses should be obeyed in FORTRAN. -ffast-math groups several useful optimization for usual codes and I don't see why users should have to remember their names if they want to keep mandatory parentheses. Now I also think on