From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A8ED73858C54; Thu, 11 May 2023 16:00:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8ED73858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683820855; bh=L3On1GKRxsiHqXrBTvTIiZgLoZj3d4NTWK2bvVIUOCQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m/pCopW9+pQhKYadQrJLKdTzGYSW61k6JuElFsgbIBTzdMVM+A3Gf39o+atsB0Bc5 OyrBWnmrLVkylRwiJt8w8phgwvFh04u1y6NPy1MR8EH+wYbr0LZKOezmafVimnVVui dog1syJNydaUZ44LuaM+wFoensrym/0lyhqhPsq4= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109814] [13/14 Regression] freestanding using cmath does not compile anymore Date: Thu, 11 May 2023 16:00:55 +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: NEW 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 #4 from Jonathan Wakely --- (In reply to lesto fante from comment #0) > My code stop compiling after updating from > arm-none-eabi-gcc (Arch Repository) 12.2.0 > to > arm-none-eabi-gcc (Arch Repository) 13.1.0 > (cant easily test any version in-between) Please add the output of 'gcc -v' (as requested by the bug reporting docs),= the info above doesn't tell us much. Presumably you're using newlib to provide the libm functions that declares?=