From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00D9D385843A; Thu, 1 Feb 2024 18:21:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00D9D385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706811711; bh=zfrEeIsCfVZTWTKPL2oPsJN6wZqhpQavTlCZp257pzQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SerP3w2UnRJfIYwKG7bjKPlM3WSX7F7OL7A7l0KD+ixjjCdsTXuOIL73ItAt/VMqB F0vp4Qv8aGYTgezN1HTPV8p1wCX020tT4OORGOUDk3UFbwcVldlvKHv92g1FN0cVh+ l6o084SZcf/AeFLiQfzSFnZ846Sk0pQM2paMxo0I= From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/112836] gcc fails when job control is used Date: Thu, 01 Feb 2024 18:21:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de 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=3D112836 --- Comment #4 from John Paul Adrian Glaubitz --- I tried this patch but it does not address the issue with posix_spawn that = I am seeing. Trying to build gcc from git on Linux sparc64 with glibc 2.37 with the following configuration: ./configure --enable-languages=3Dc,c++ --disable-bootstrap --disable-multil= ib --disable-nls --host=3Dsparc64-unknown-linux-gnu fails with: xgcc: fatal error: cannot execute '/home/glaubitz/gcc/build/./gcc/cc1plus': posix_spawn: Bad address compilation terminated. This can be worked around when building with one parallel job (make -j1).=