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 c++/34240] ICE with __builtin_isnormal



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-11-27 12:50 -------
Fixed with r130465:

./cc1plus -quiet /tmp/t.ii
t.C: In function 'int isnan(T) [with T = std::basic_string<char,
std::char_traits<char>, std::allocator<char> >]':
t.C:11:   instantiated from here
t.C:6: error: non-floating-point argument to function '__builtin_isnormal'


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34240


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