From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 450CD3858C56; Mon, 20 May 2024 22:03:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 450CD3858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716242619; bh=Z64GL8r8HjO/ROiuyDsWHm7w8rHPKKyoaRT1F/Q3A0o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oHivYRa8qJiao3bYR+uBLABbngfkeB2d6g0Nj1R57vbgWtP+Aa7qFugm9yPeZtTCP rY8eml+gllOiuenhyYcg3oEjLbmUawCJEsL7eI1vofn/R6m+MkOS1e5ZIpDMogbh2b 4fKPhNg6LcGRM8dqus99bHEk+cmdu8SAgg8gznp8= From: "dje at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/115167] [15 Regression] CFG edge visualization to path-printing bootstrap failure Date: Mon, 20 May 2024 22:03:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dje 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: cf_reconfirmed_on everconfirmed bug_status 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=3D115167 David Edelsohn changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-05-20 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from David Edelsohn --- The CFARM wiki provides the following recommendation to build on AIX $ PATH=3D/opt/freeware/bin:$PATH $ .../src/configure --disable-werror --enable-languages=3Dc,c++ --with-gmp=3D/opt/cfarm --with-libiconv-prefix=3D/opt/cfarm --disable-libst= dcxx-pch --with-included-gettext $ make SHELL=3D/bin/bash CONFIG_SHELL=3D/bin/bash Also, gcc119 would be a much better choice than gcc111.=