From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DCDA13858C36; Fri, 23 Jun 2023 12:57:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DCDA13858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687525065; bh=I06SF+uUh58E+CElfKyMOTxGuXVq2SPDbNMXf6yqGVk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Lb+rmnGU+keCY9vJwa81BxIQqBhkWZrrq0lELQjgcumSgtMNdPH1Vf7REuPJExF80 kBYa/fiV1b5nrwmveEW+dJetM/av64K6tT0S2L2K74EUQ2T4QsAbJxYfW8j4QhztKU wKoWZ+GAMpRS5g/7lPLFZMfqP66cuObYgFsBXJNY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/105178] [11 Regression] g++ incorrectly reports invalid use of incomplete type Date: Fri, 23 Jun 2023 12:57:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 11.2.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D105178 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Jonathan Wakely --- (In reply to Patrick Palka from comment #2) > Confirmed, trunk and 11.2.0 accept the testcase.=20 >=20 > This is likely caused by r11-9303-g853b9d54365372 and the same bug as > PR104242 except reported against 11 instead of trunk. I can confirm that > backporting r12-7708-g7a42b1fa1a090e to the 11 branch fixes the testcase > there. Fixed for 11.5 with that backport.=