From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB17B390A35A; Thu, 6 Jun 2024 06:48:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB17B390A35A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717656527; bh=aYXXVaQRsQxyPXdDoNfC7BTu4wjyryQ8iloQB+5NjaA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=laGbPXAao9uwG9UVQAAQItOKeQNdk0LF2KUmw3lbsiRO82fMNr3VU/ZJOHjYlJNNN oXBoQnwcsF2vgtxNkIPh1stbmZhZ8Pj3eF668iyVbGc2SqFba6fCAZ39j8XcqXFGKy Ll4twn/BRrlPXFk/YlePXLXZQXcKzo9cOLy7HBDc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115364] [11/12/13/14/15 Regression] ICE-on-invalid when calling non-const template member on const object Date: Thu, 06 Jun 2024 06:48:47 +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: unknown X-Bugzilla-Keywords: diagnostic, error-recovery, ice-checking, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D115364 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P4=