From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2628D3858C2D; Mon, 27 Nov 2023 09:53:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2628D3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701078782; bh=RPWc0cTcR9kmT9sgMkdpefB+tMq2CbNmK55TPxUSa9Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YnjpGd/v+Nry0jyvXQ9IOXv8EHnXc8s9jkuMH1R/Jw9lFTqHZ7CD1EsntQ2507ibJ gprQmEbLMrrhPvHriv9LUB6BBtuQIWImh2GeWceQCPNU0GAzpTf2GcPIf9piyBTywq WT1fYOle5Xf4cTtdvLRl7NqGOWYRDMxiew/7IEas= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112724] C++ "'excess_precision_expr' not supported by dump_expr" Date: Mon, 27 Nov 2023 09:53:01 +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: 14.0 X-Bugzilla-Keywords: diagnostic, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge at gcc dot gnu.org 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=3D112724 --- Comment #1 from Thomas Schwinge --- I found that PR108698 "decltype ((T() + =E2=80=98excess_precision_expr=E2= =80=99 not supported by dump_expr)) median(ndarray) [with T =3D double]=E2= =80=99: since=20 r13-3290-g98e341130f87984a" discussed a similar issue, but I don't know if = it's actually related.=