From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D047E3858C53; Sat, 24 Feb 2024 01:55:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D047E3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708739748; bh=JzQWUOCYnNvEftp7rWICWtSZqHq7cVTMX3/gntg1JVs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PD85aJALHj1eXCpcPsMvN426doJwpHaB1X6J3Ligyo102v8KYB96hh6goiwWiKev5 90ZBqHJXzyJ7SRJXVhE2qnlApo6Zgx6CMpusstHw2EJspfef+2fD54IXXbbVariztE pmVSQmg+HDQIv0a5EUZ4VC9Miyt3EJDTR0qATGjo= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/113749] [14 Regression] m2 enabled build times out on i686-gnu (GNU Hurd) Date: Sat, 24 Feb 2024 01:55:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113749 --- Comment #4 from Gaius Mulley --- Created attachment 57516 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57516&action=3Dedit Proposed fix Here is a proposed patch. The bug fix changes the FIO module to use the ta= rget O_RDONLY, O_WRONLY, SEEK_SET and SEEK_END (now available from the module wrapc). I've rebuilt the bootstrap tools mc and pge as they have their own wrapc an= d C translations of FIO.=