From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55ABD3858D28; Fri, 15 Mar 2024 08:27:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55ABD3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710491225; bh=KXnF9IA9BtKfMvENOIJWHImLAd+eI77naXPah36q1EA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sreJhchrhi36j01qwYNf9J6qn9owDnrRtOTK2gfKXhVXQVE++HEyhJZIdUCPu0SDf Pgd8SnNGoYQtluiYSZUPrsSSaG/1egsg3J3Sw0gE8ljAMxIXGGvo1+A16sFHvsDr1r ub1ncOsL4xlK4PrOUgedqg5Pl2un6ZueJukuw4DM= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114349] [14 regression] ICE when building qtwebengine with -std=gnu++14 (cxx_eval_call_expression, at cp/constexpr.cc:3027) Date: Fri, 15 Mar 2024 08:27:04 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: 14.0 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=3D114349 --- Comment #1 from Sam James --- ice-on-invalid reduction: ``` struct integral_constant { } template using __bool_constant integral_constant; template