This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34240] ICE with __builtin_isnormal
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2007 12:50:55 -0000
- Subject: [Bug c++/34240] ICE with __builtin_isnormal
- References: <bug-34240-133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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