From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC07C3858404; Mon, 8 Jan 2024 01:59:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC07C3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704679177; bh=KKPvLrNUNw76Z7oX2bslyACfvFIQL04z1l2+ogMgRaI=; h=From:To:Subject:Date:From; b=SjE0ljiMvuVJScUiSBQjJIlSfl/GCkQqXj9pG9mrWvl3Y659oSrqUj5Kz1HlEth2S w6UVDM0iS4N4j+Mx2+x+CYxR8cpIQ2DzP7di6UUkoh7zqjKohH8nFKf5UTDo1lVKC9 1mdGY0sEvOWyViHA9ZglMAeYi95eZdgUp1qPcX4g= From: "g.peterhoff@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug libquadmath/113259] New: quadmath::nanq not support payload Date: Mon, 08 Jan 2024 01:59:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libquadmath X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: g.peterhoff@t-online.de 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D113259 Bug ID: 113259 Summary: quadmath::nanq not support payload Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libquadmath Assignee: unassigned at gcc dot gnu.org Reporter: g.peterhoff@t-online.de Target Milestone: --- Hello, in https://github.com/gcc-mirror/gcc/blob/master/libquadmath/math/nanq.c th= ere is only a comment that payloads are not supported. So it is incompatible wi= th the standard. Will this be fixed? thx Gero=