From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 860953858C50; Mon, 17 Jun 2024 09:33:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 860953858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718616819; bh=upECpOO+iF+PMclH9tz6bYks1oxzLHZJxgJLz9HuLNI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ikhcOvhQL5AHa28orzwj5qPEG6tu1Zjru8m/+tWRPRo4S5kkshjJyWnSzoZqV4s1C KtUoclzmiERQjmx0A7/E2R2BY0ViBq46W/lUr+0kH9xZMYfTE10DO2+e3o9Net+2++ AjG9ALJLOJd3X2xV9/PjJKPtcIHKxk24tjFTrijo= From: "dv at vollmann dot ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115512] _Float32 overloads in cmath cause ICE for default AVR Date: Mon, 17 Jun 2024 09:33:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dv at vollmann dot ch X-Bugzilla-Status: UNCONFIRMED 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=3D115512 --- Comment #2 from dv at vollmann dot ch --- On 6/17/24 10:59, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115512 >=20 > Jakub Jelinek changed: >=20 > What |Removed |Added > -------------------------------------------------------------------------= --- > CC| |jakub at gcc dot gnu.org >=20 > --- Comment #1 from Jakub Jelinek --- > Of course cmath needs to provide _Float32 overloads when _Float32 is supp= orted. > I've provided a fix for the other bug and this is IMNSHO a non-bug. I agree. I didn't know about _Float32 and thought it's just a typedef. But as a real type providing these overloads is fine.=