From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 907F63858426; Sun, 10 Mar 2024 23:16:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 907F63858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710112565; bh=G5y+yHFxFj2ldc4+iYkr6Z2sVilGK1geU6f3TxBUfkk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=J4LS//y6H9OVVjcfFIa5v1fUeBhU4lOoliFatOxiC1qLugWk9dd0iWLjwp5oDhmOL LRajZAmbZ9aOlEr8jaioLbgsf29RzGrnZ51HFuDXbDwAlhql8HW49FUffo/vuZ8ijV /52yPfUPH0Yp9cjwg9Z1RPf/HUqeF8SmGNpD25L8= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98356] [11/12/13 Regression] ICE in cp_parser_dot_deref_incomplete, at cp/parser.c:7899 since r9-4841-g2139fd74f31449c0 Date: Sun, 10 Mar 2024 23:16: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: 11.0 X-Bugzilla-Keywords: ice-on-invalid-code, ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nathan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc 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=3D98356 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] ICE |ICE in |in |cp_parser_dot_deref_incompl |cp_parser_dot_deref_incompl |ete, at cp/parser.c:7899 |ete, at cp/parser.c:7899 |since |since |r9-4841-g2139fd74f31449c0 |r9-4841-g2139fd74f31449c0 CC| |law at gcc dot gnu.org --- Comment #9 from Jeffrey A. Law --- Fixed for gcc-14. Adjusting regression markers.=