This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/14886] strength reduction on floating point



------- Comment #5 from dje at gcc dot gnu dot org  2006-01-11 02:20 -------
What is the specific testcase compiled by XLC?  What version of XLC?  And what
options were used?

I cannot reproduce strength reduction of a floating point multiply to floating
point adds with a testcase that uses a function call instead of a volatile asm.
 In general FP strength reduction is unsafe.  This could be implemented for GCC
when -ffast-math is enabled, but I would like to understand exactly when XLC
thinks it is safe to do this, if it indeed still performs the transformation.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14886



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