From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D34F3858C98; Thu, 21 Mar 2024 14:31:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D34F3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711031493; bh=XeWQggiJcuR8clch2ZVSNj53dhEGkMjkaM7LyXIoOA8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V8FdNewNWuPE8uqT6c0B+VbYipGUSWHaLpbUlonxrOeIHe9vN1IcdveslgASiawnG GgAIVwByIgyHm3Uw7hadcxqkHK7d29A1Gr3Z5nj5giefnnH+fSgZpOWJ8a8ErpyYLm Qc1iRIx0QNtyv27Gz75utmA3VEp4iG05EXkBaH7o= 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 14:31:32 +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: NEW 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: attachments.created 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 --- Comment #11 from Jakub Jelinek --- Created attachment 57758 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57758&action=3Dedit gcc14-pr114409.patch Ah, I have a fix for the bogus warning, ANNOTATE_EXPR really needs to wrap = the whole condition rather than just part of it. But, I have no idea what to do with the templates case.=