From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17F7E3858417; Thu, 27 Jun 2024 14:34:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17F7E3858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719498848; bh=lt0CL7s0oXLHR56Lo+K+e8Jqm5PuA/YPkPldDB+EO54=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DoQuc/Wf7U8nhkpMjXxrsuUzOSyxcdawmwZHUkVcJ2CtkaQiLIV/zmBZfX+TVy5A7 169ItMWLfau3HcCbMMoRy94AxfkPN4Hs8E29bpyPgUn1ZymA3vhdvD1X08si7JYpTs YhdoHAR6spkZnNUWvJMR6Ynbh5lGd410kIxocPzg= From: "simartin 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, 27 Jun 2024 14:34:06 +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: simartin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: simartin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to 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 Simon Martin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot= gnu.org --- Comment #2 from Simon Martin --- Working on it.=