From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC54C3858407; Thu, 21 Dec 2023 08:59:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC54C3858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703149152; bh=2/v8kgwfA8JO6OCcM+PDzyteKEL+PwYBm7hasf4H1YQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rH06FxoECJkvYtJzC9TIytxj7bMTCA21HAFV1QuezEJ8nHA6rYprj6UVuxpJZmyzo 31R+gQfUr7YrXOv7Qso1ityxGGLENwOpcqzzn1x0tTAJTBTR064wMfkvMPzV+cvink +ki3qiG24ZQwZ/vVN1gQGO29RQ9hTXiwGdSlYBLc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113099] locale without RTTI uses dynamic_cast before gcc 13.2 or has ODR violation since gcc 13.2 Date: Thu, 21 Dec 2023 08:59:11 +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.4.0 X-Bugzilla-Keywords: ABI, documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: keywords 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=3D113099 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ABI, documentation --- Comment #1 from Richard Biener --- It seems to me that -fno-rtti is an ABI changing option, at least to the runtime. Maybe we should clarify that in its documentation? -fno-exceptio= ns could possibly have similar effects if not used consistently across all TUs= in a project.=