This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/24597] Function call with negated value after test is done wrongly
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2005 15:53:30 -0000
- Subject: [Bug c/24597] Function call with negated value after test is done wrongly
- References: <bug-24597-5476@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-31 15:53 -------
Use -fno-builtin-sin as we are expecting at this point to have a full sin
function.
If you don't want optimizations like this for other functions, use
-fno-builtin.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords|wrong-code |
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24597