This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/23469] Behaviour of built-in __signbitf(x) differs with optimization


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]