From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B451387085E; Tue, 21 Apr 2020 16:40:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B451387085E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587487239; bh=QcQQpqDZwO9jLf7S4Sgn0eMybOUAtX3qK65gUygtihI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wtNV6N/Jvc7uQmNtc3rFyc/Veg3Ci4zh6TRrC9pCo1iXV0WzlD6aGrHRKQ7fE8J9b MpQBSETaxgP82/qWfB4gj8RyvDvVmDQDQHQX1LTGEDdStFRwCAGNwFF/6g3zvVKJr3 DoDBQCZZR1BYYfbehZAAOQmUPoTd9DYAs4I2H9HY= From: "andrea.corallo at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/94694] [10 Regression][libgfortran] libgfortran does not compile on bare-metal aarch64-none-elf (newlib) Date: Tue, 21 Apr 2020 16:40:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: andrea.corallo at arm dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2020 16:40:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94694 --- Comment #10 from Andrea Corallo --- "jakub at gcc dot gnu.org" writes: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94694 > > --- Comment #9 from Jakub Jelinek --- > Created attachment 48326 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48326&action=3Dedit > gcc10-pr94694.patch > > Completely untested full patch. Will try to test it on x86_64-linux wher= e it > hopefully shouldn't change anything, but have no (easy) way to test on ta= rgets > where it is actually needed. Hi Jakub, great I'll do some testing too then thanks.=