From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0498C3858C5F; Fri, 4 Aug 2023 16:01:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0498C3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691164881; bh=AHza12k2GHs11NCMLN6BRr4UH7oWWU1PKg+Vxs+6DBA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZSGmPpCtE/vc9CBbjqtmtwmWCK+g1z+Si20zA52qo7nwnTWGpPWRssRjfIGLzowgR knmMpB2otJ4DIybCJDg2spT5DfN+FGYrSYFlBwLaMv/GdTEQw0pic+HvMVhcAD6tVD 2SedE5+WpR5p+zPykwFCEhmYkIeI6L/7KadGDTtc= From: "danakj at orodu dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/110900] std::string initializes SSO object subfield without making the SSO object active in the union Date: Fri, 04 Aug 2023 16:01:20 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danakj at orodu dot net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D110900 --- Comment #4 from danakj at orodu dot net --- The error message is the same as 110158 but to be clear the std::string is = not in a union. The error message is about the union _inside_ std::string.=