From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 45337385842A; Thu, 21 Mar 2024 13:41:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45337385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711028469; bh=2PGfpdVRWvi0WdvSATZwVhh9Mt38f9TW5WUsBUyLOGs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WeHO6UDf3MxTW6Jr0f9zcqRTdbQ+Kb6FIiXMnISmcNO/s9R08XHxTLKMlRVKH9kmQ KQEvsmmhHbgsX04OCu7cNdyQfV4dpe0sf5BSoHkQSOsL8RL9V+sc2hRHnBpiO1Pkoq HkpEC/vKQVsWQtr328iedm+XMATIcIw6Si29/sAs= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114409] [14 Regression] ICE after adding novector pragmas (internal compiler error: in tsubst_expr, at cp/pt.cc:21794) Date: Thu, 21 Mar 2024 13:41:08 +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: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cc priority short_desc 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=3D114409 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 CC| |jason at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Priority|P3 |P1 Summary|ICE after adding novector |[14 Regression] ICE after |pragmas (internal compiler |adding novector pragmas |error: in tsubst_expr, at |(internal compiler error: |cp/pt.cc:21794) |in tsubst_expr, at | |cp/pt.cc:21794) --- Comment #9 from Jakub Jelinek --- Started with r14-4229-g9c62af101e11e1cce573c2b3d2e18b403412dbc8 The ANNOTATE_EXPR has a COMPOUND_EXPR with DECL_EXPR inside of it and tsubst_copy_and_build doesn't handle that. Wonder if the DECL_EXPR shouldn't be before the ANNOTATE_EXPR instead, at l= east without templates I see in original dump int y; < (x)) >>>>>; if (!ANNOTATE_EXPR ) goto ;=