This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32279] Fold 1.0/sqrt(x/y) to sqrt(y/x)
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2007 06:36:21 -0000
- Subject: [Bug middle-end/32279] Fold 1.0/sqrt(x/y) to sqrt(y/x)
- References: <bug-32279-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from ubizjak at gmail dot com 2007-06-11 06:36 -------
Patch at http://gcc.gnu.org/ml/gcc-patches/2007-06/msg00655.html
Patch was also checked with 0.0, __builtin_inf and __builtin_nan, and the
results were the same as for unpatched gcc for all combinations that were
thrown in.
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |ubizjak at gmail dot com
|dot org |
URL| |http://gcc.gnu.org/ml/gcc-
| |patches/2007-
| |06/msg00655.html
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Keywords| |patch
Last reconfirmed|0000-00-00 00:00:00 |2007-06-11 06:36:21
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32279