From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B14D238293C6; Tue, 24 May 2022 14:14:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B14D238293C6 From: "vital.had at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105710] ICE on powerpc darwin with TLS enabled Date: Tue, 24 May 2022 14:14:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vital.had at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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 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, 24 May 2022 14:14:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105710 --- Comment #9 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #8) > If we try to do this for every irrelevant configure option, that's going = to > be quite a lot of work. >=20 > Really [IMO, at least], configure options are not intended for end-users= =20 > - the goal for end users is that: >=20 > configure --prefix=3Dxxxxxx && make && install >=20 > should 'just work' (OK, we don't quite achieve that, but actually we're > quite close) >=20 > adding out-of-band configure options is for distributions and expert use > (we assume distributions are expert in the options they need to apply to= =20 > customise the install). >=20 > However, of course, if you want to write patches to respond to all the > options > that Darwin does not need, I'm happy to review :) I agree with Iain here, in fact it is a problem with Macports, since it=E2= =80=99s `--disable-tls` option lists a reason totally unrelated to PPC or Darwin version: ># see https://lists.macports.org/pipermail/macports-dev/2017-August/036209= .html ># --disable-tls does not limit functionality ># it only determines how std::call_once works >configure.args-append \ > --disable-tls Then it was me who misunderstood Iain=E2=80=99s reply in my PR to Ruby. I t= hought that Macports disables TLS for no clear reason, while Ruby wants it provided by = the compiler, and tried to build it with `--enable-tls`. Sorry for a confusion. I just had an impression that all ICEs have to be reported.=