This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/34825] [4.2/4.3 regression] ICE with -funsafe-math-optimizations
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2008 11:09:37 -0000
- Subject: [Bug tree-optimization/34825] [4.2/4.3 regression] ICE with -funsafe-math-optimizations
- References: <bug-34825-15643@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from ubizjak at gmail dot com 2008-01-17 11:09 -------
(In reply to comment #4)
> The easiest thing is probably to just not do reciprocal optimization
> for x / x.
This will be later converted to 1.0 anyway.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34825