------- Additional Comments From uros at kss-loka dot si 2005-09-29 14:25
-------
(In reply to comment #1)
> This is really a RA issue rather than anything else.
Please this patch...
Index: tree-ssa-math-opts.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-math-opts.c,v
retrieving revision 2.5
diff -u -p -r2.5 tree-ssa-math-opts.c
--- tree-ssa-math-opts.c 9 Aug 2005 03:28:32 -0000 2.5
+++ tree-ssa-math-opts.c 29 Sep 2005 14:23:49 -0000
@@ -51,7 +51,7 @@ Software Foundation, 51 Franklin Street,
static bool
gate_cse_reciprocals (void)
{
- return optimize && !optimize_size && flag_unsafe_math_optimizations;
+ return optimize && !optimize_size && flag_unsafe_math_optimizations && 0;
}
/* Where to put the statement computing a reciprocal. */
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24123