public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/60407] New: call of overloaded ‘isnan’ is ambiguous
@ 2014-03-04  9:31 dilawar.s.rajput at gmail dot com
  2014-03-04  9:36 ` [Bug libstdc++/60407] " pinskia at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: dilawar.s.rajput at gmail dot com @ 2014-03-04  9:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60407
           Summary: call of overloaded ‘isnan’ is ambiguous
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dilawar.s.rajput at gmail dot com

In a large project, I get the following trace. This, however, compiled with
g++4.7.x. Flag -std=c++11 is enabled in both cases.


ksolve/RateTerm.h:402:29: note: candidates are:
In file included from /usr/include/features.h:371:0,
                 from /usr/include/math.h:27,
<deleted lines>
/usr/include/i386-linux-gnu/bits/mathcalls.h:235:1: note: int isnan(double)
 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__));
 ^
In file included from /usr/include/c++/4.8/random:38:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
<deleted lines>
/usr/include/c++/4.8/cmath:626:3: note: constexpr bool std::isnan(long double)
   isnan(long double __x)
>From gcc-bugs-return-445356-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Mar 04 09:32:57 2014
Return-Path: <gcc-bugs-return-445356-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 3213 invoked by alias); 4 Mar 2014 09:32:57 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 3179 invoked by uid 48); 4 Mar 2014 09:32:54 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/60405] ICE in lto1 on x86_64-linux-gnu
Date: Tue, 04 Mar 2014 09:32:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: lto
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on assigned_to everconfirmed
Message-ID: <bug-60405-4-W4MgTQ4Dts@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60405-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60405-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-03/txt/msg00225.txt.bz2
Content-length: 604

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`405

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-03-04
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  We fail to do the version check.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-06-15 23:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-04  9:31 [Bug libstdc++/60407] New: call of overloaded ‘isnan’ is ambiguous dilawar.s.rajput at gmail dot com
2014-03-04  9:36 ` [Bug libstdc++/60407] " pinskia at gcc dot gnu.org
2014-03-04  9:38 ` pinskia at gcc dot gnu.org
2014-03-04  9:39 ` redi at gcc dot gnu.org
2014-03-04 10:22 ` dilawar.s.rajput at gmail dot com
2014-03-04 10:23 ` dilawar.s.rajput at gmail dot com
2014-03-04 11:06 ` burnus at gcc dot gnu.org
2014-03-04 11:12 ` redi at gcc dot gnu.org
2014-03-04 11:21 ` [Bug libstdc++/60407] [C++11] " dilawar.s.rajput at gmail dot com
2014-03-04 13:37 ` glisse at gcc dot gnu.org
2014-03-04 20:34 ` glisse at gcc dot gnu.org
2014-03-04 20:43 ` dilawar.s.rajput at gmail dot com
2015-06-15 23:04 ` eugene.zelenko at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).