This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/23469] Behaviour of built-in __signbitf(x) differs with optimization
- 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: 21 Aug 2005 20:31:47 -0000
- Subject: [Bug other/23469] Behaviour of built-in __signbitf(x) differs with optimization
- References: <20050818204303.23469.ddneilson@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 20:31 -------
Again this is not a bug as signbitf says about nonzero value and nothing about the exact value. In fact
it changes based on optimizations is because well some times it is for size reasons, look at -Os and
you will see that.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23469