------- 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