From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14904 invoked by alias); 26 Nov 2007 20:06:17 -0000 Received: (qmail 14885 invoked by uid 48); 26 Nov 2007 20:06:04 -0000 Date: Mon, 26 Nov 2007 20:06:00 -0000 Subject: [Bug c++/34240] New: ICE with __builtin_isnormal X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pcarlini at suse dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg02532.txt.bz2 #include template int isnan(T t) { return __builtin_isnormal(t); } int f() { return isnan(std::string()); } ice.cc: In function ‘int isnan(T) [with T = std::basic_string, std::allocator >]’: ice.cc:6: internal compiler error: in expr_size, at explow.c:249 -- Summary: ICE with __builtin_isnormal Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pcarlini at suse dot de GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34240