From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E944385B53B; Wed, 8 Mar 2023 17:37:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E944385B53B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678297078; bh=fz0AZpDrcYvs+vcRlIG+ELKOaXIkSiNsP+1th722I9w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CYq2HZkjxLWpOC5AaP/77QQ6cCn2cVAKIDi3EusPW08rwmfHSagEJQ/B609Zl/dfD MzYstFSd3RKmcyaNrpgVgE01TIu3jCXw4mpGFm+YIkVH1hqQZI9WFJuWet5OtRMkU0 7Pg1PLnwR16pz44v8Bm509PkjJwYlSkABK20ntoQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109065] [11/12/13 Regression] Type alias combination erroneously fails with "incomplete type" Date: Wed, 08 Mar 2023 17:37: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.1.0 X-Bugzilla-Keywords: needs-bisection, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status cf_reconfirmed_on target_milestone everconfirmed cf_known_to_fail cf_known_to_work 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=3D109065 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection, | |rejects-valid Status|UNCONFIRMED |NEW Last reconfirmed| |2023-03-08 Target Milestone|--- |11.4 Ever confirmed|0 |1 Known to fail| |11.1.0 Known to work| |10.4.0 --- Comment #1 from Andrew Pinski --- Confirmed.=