From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C5343858D39; Wed, 12 Apr 2023 10:31:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C5343858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681295519; bh=MEbqQ833rHG3zV6oJXsYLVwGr1c26nbhGLM50iPmNm0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vHTvvm7hAMRN/0ZFDkgc1c3l0nnvxAimVOPvFbgOJ8KUc8SNZhny5eBnbb72uHMCQ c0e9vm6xGbvc3alYruYDY5UnN5Y68o6IrxuQXeBeWNID4jpW6kI9dU4W4fnmVnsNRH z7YlGqhiuNY9EUOlMTkua4Kqkq5Xnn0BE5Tsx17E= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109480] [11/12/13 Regression] non-depedent access goes wrong in a template method sometimes since r11-1350-g92bed036098928 Date: Wed, 12 Apr 2023 10:31:58 +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.3.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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=3D109480 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=