From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A750385C6CD; Mon, 17 Jun 2024 05:45:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A750385C6CD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718603130; bh=c0jogLoo3jmjGVYRiuRPFhzcBR6x2anl8f6jwQ85HHA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ycm3wxwEUPE9vcRbPyOmoBK9LjFIx3EiUvQ4oUvlNMyDQWwLkYLKb+D+tY31bzpMO qOrVsZPjb2PgQZOFOQ2Ru22n8kiGmX+qguan2Ewrfcgm+14OucT/Gzfy2aTW3nxIEr w0xLvRbDCmASIzHf4XIrWw6a1AU8fxARGQ5C7U0E= From: "dv at vollmann dot ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115511] ICE on ambigous overload for _Float32 Date: Mon, 17 Jun 2024 05:45:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dv at vollmann dot ch X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115511 --- Comment #2 from dv at vollmann dot ch --- On 6/16/24 16:18, pinskia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115511 >=20 > Andrew Pinski changed: >=20 > What |Removed |Added > -------------------------------------------------------------------------= --- > Last reconfirmed| |2024-06-16 > Status|UNCONFIRMED |NEW > Ever confirmed|0 |1 >=20 > --- Comment #1 from Andrew Pinski --- > Confirmed. I thought I had saw this before but I can't seem to find the b= ug > report. I searched again, and found this one: It looks like my report is a duplicate of 111343. Detlef=