This is the mail archive of the gcc@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: -ffast-math and floating point reordering


On Fri, Mar 26, 2004 at 10:50:57AM -0800, Joe Buck wrote:
> But if that idea is used, then the C and C++ front ends would
> have to put a PLUS_EXPR around *every* expression.

No, what was meant was that one of the flag bits on the PLUS_EXPR
would allow or disallow the reassociation.  Likely allow, since
that would be safest compatibility-wise with exating front-ends.


r~


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