From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 666F6385840E; Fri, 9 Feb 2024 17:58:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 666F6385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707501530; bh=XEsCJOv8RlMqV6Luz217HEhEeuXy38eNIK4RbOoxpFM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H05BZsPpVk4py1wk/uEbBQbffywZdazL6fJwzO4uCNxJV9VH+MRKjIm+Cs5UGQuA2 Trc6Qp9VjIW9KG/fs7JlVTDabjRhqqJKiKwNkJ2tVkpG/gBks5WpDPuvrTC0uRgRxM qOuuV3yRcw/7rvqRS0Z3hMXEcGfkOwXauMUl2nv8= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112580] [14 Regression]: g++.dg/modules/xtreme-header-4_b.C et al; ICE tree check: expected class 'type', have 'declaration' Date: Fri, 09 Feb 2024 17:58:49 +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: 14.0 X-Bugzilla-Keywords: ice-checking, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112580 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #11 from Patrick Palka --- The "invalid use of non-static data member" errors when compiling the xtreme-header tests should be fixed, which should be the last of the xtreme-header 14 regressions.=