From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 45BD73858434; Thu, 11 May 2023 15:52:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45BD73858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683820328; bh=09U3hi6I43JcxEYSJud5Rm+lC/7PIJeyS97jbRTN8jg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gO//wwzDn8OkjAJ5qgfZeGoYZXOTRp6PWkLo4u+Qe3CdC7oBfA/9Fta0XLoe7cxCA AvPb7RipJvkl0+cD6GXgL82mk8GkMDpdqWScUomu4RhA4avh+DnDehXipfbDhXkOc2 zFXlUDlaHa+CMozSO8AUAg4f8wQARqsiG/P9oESo= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109814] freestanding using cmath does not compile anymore Date: Thu, 11 May 2023 15:52:08 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: 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=3D109814 --- Comment #2 from Jonathan Wakely --- It is a deliberate change, what we didn't consider is that people are using hosted libstdc++ with -ffreestanding this way (because ... well, it doesn't really make sense, but apparently it does).=