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]

Re: What is acceptable for -ffast-math? (Was: associative law in combine)


Alexandre Oliva <aoliva@redhat.com> writes:

| On Jul 30, 2001, Joern Rennecke <amylaar@redhat.com> wrote:
| 
| >> But we could use new tokens, say (( )) and ((( ))) to mark expressions
| >> the preprocessor and the compiler shouldn't muck up with.  It would
| 
| > It's hard to distinguish an opening (( from two opening (s that
| > are closes separately, e.g.:
| 
| > a*((b+c)*d)
| 
| Indeed.  That's why I suggested to only mark such duplicate
| parentheses as optimization barriers, at the end of my message.

I'm puzzled to see "optimization" used to designate a transformation
applying dubious rules to transmute the meaning of a computation :-(

-- Gaby


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