From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C795384CB97; Thu, 16 May 2024 19:06:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C795384CB97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715886415; bh=fEsXw3ZMf1uCM6wiVu1Fx6HV+OwaqxIBMQqB6nXQ7gU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZJBxuv67gu4LEjOqxPoqoB/AfwLaplNaHsQ6lBbmwD0WtCcLkaPSQdVU0SsM8EfJZ vhmdSGgaXksVkS31llYTjshGcS2miC7nXtBWvSS5D+n+kGQz80uNbiNPZnw5T6gc4h ioOQki72mn4VP6Y+Y7MWduiE/VYqneyVzPkqezFA= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114985] [15 regression] internal compiler error: in discriminator_fail during stage2 Date: Thu, 16 May 2024 19:06:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: segher 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: 15.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114985 --- Comment #33 from Segher Boessenkool --- (In reply to Aldy Hernandez from comment #29) > A minor rant, but why can't all this be set up automatically in the compi= le > farm machines? We have everything installed with the default for whatever distor (or simil= ar for non-Linux) is used. There are newer tools etc. in /opt/cfarm/ sometime= s. On https://gcc.gnu.org/install/ there are installation instructions, for configuring and buiding GCC, generic as well as per-configuration stuff. T= here is nothing specific about the cfarm here. There is some info about Solaris= , in the GCC documentation. > Keeping track of minor nuances of each architecture is > distracting. They should all be set up, whether by setting default paths= in > /etc/profile or whatever, or by having the relevant patches in GCC's sour= ce > base, such that they work with src/configure && make. A lovely utopian worldview, if you subscribe to the "everything should alwa= ys be the same" worldview, anyway.=