From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08FCC3858C50; Sat, 30 Sep 2023 19:21:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08FCC3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696101661; bh=KzorISGTd9/3zH4V4i9+KSjP+QSlhkpTCF38w2jc1s4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pAL6G0W0VRiBs+RN0H/UKcbvNFHpEInuJViCuKvWmJc8F9cktuECzfX/Bo1Zee/Q3 syvmbu/cVZS22plQZjIoVkbrwop+IGvaQsSGaPpjtkJXILBiqGAIQzYcEeHVw8+dym +XlpCfb4mKrVGj11ivvFCSJ6aOC4xqpsNUtn5qYg= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/111639] HAVE_ACOSF etc. are wrong on avr Date: Sat, 30 Sep 2023 19:21:00 +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: 14.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=3D111639 --- Comment #3 from Jonathan Wakely --- Ah, good to know, thanks. Which versions of avr-libc are supported with gcc? The version of avr-libc = in Fedora has the macros, which means I can't build avr-gcc with the patch for= pr 79700 applied.=