From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE7973858C5E; Tue, 14 Mar 2023 23:06:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE7973858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678835193; bh=5Sj4zSYfEvctsksiJRLm81rNrrh12rYSTQh64nlzZ9o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i2Mk/WGpTv/VmA8U4TlRE7y3aRhDkI9ajD76OwbEsALUYCqJeufHCbYRxdNdzmJGD NRslAelWehqamhYTkhpbWv/aGd6sVU2Ow18dYarCv2aNK1lmR3FWEQH4Shfdj7Qf6t wrIsjQOlxwWbCahh8Bh6Ts41/zb90eSP/OmXwZOg= From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/109135] Wrong make utility called with LTO testsuite Date: Tue, 14 Mar 2023 23:06:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: lto X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: UNCONFIRMED 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=3D109135 --- Comment #4 from Steve Kargl -= -- On Tue, Mar 14, 2023 at 10:36:27PM +0000, sgk at troutmask dot apl.washington.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109135 >=20 > --- Comment #3 from Steve Kargl = --- > On Tue, Mar 14, 2023 at 10:25:53PM +0000, pinskia at gcc dot gnu.org wrot= e: > >=20 > > --- Comment #1 from Andrew Pinski --- > > This is not a testsuite issue but rather the issue is the lto code is c= alling > > make ... > >=20 >=20 > That explains why groping around in gcc/testsuite for > a rogue make or MAKE was coming up empty. >=20 > I'm in the middle of doing a serial 'gmake check-fortran', > which takes a long time on my system. Is there a way > to invoke only lto testing? So, 'gmake check-fortran' finishes without any lto issues. It seems one must invoke the checking with 'gmake -j6 check-fortran' to get failures. Looking in obj/gcc/Makefile at line 341 I see the comment # Make sure the $(MAKE) variable is defined. followed by no checking to see if MAKE is defined.=