From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 908E53858417; Tue, 19 Dec 2023 21:37:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 908E53858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703021850; bh=kzPgy94gkCqyG7Dan7tWOXD8WetB12UssxYrVrsQ0JE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x+dkw2kKud09Y+Osjh9lr3YqIGK3298m04tgS7vYfkI9wKrkTds7ye91byrn8a8X2 qEO7s+wdbSrwC5InUuEBkk6xpf2a61a0CQx1k/XXEXBhmpc2GuQzeD06tFwoIFIpZs 7dCJJwRy/cctniAP4+LiHyjALlj8TLD+EirbAxAk= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113063] Strange linker error in special case involving local class with defaulted spaceship operator and static assert Date: Tue, 19 Dec 2023 21:37:30 +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: 13.2.0 X-Bugzilla-Keywords: ice-on-valid-code, link-failure 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: resolution target_milestone bug_status 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=3D113063 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |14.0 Status|ASSIGNED |RESOLVED --- Comment #5 from Patrick Palka --- Fixed for GCC 14, thanks for the bug report.=