https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
--- Comment #7 from Steve Kargl ---
On Wed, Mar 15, 2023 at 08:35:41AM +, rguenth at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
>
> --- Comment #6 from Richard Biener ---
> (In reply to Steve Kargl from co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
--- Comment #6 from Richard Biener ---
(In reply to Steve Kargl from comment #4)
> On Tue, Mar 14, 2023 at 10:36:27PM +, sgk at troutmask dot
> apl.washington.edu wrote:
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
> >
> > --- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
--- Comment #5 from Steve Kargl ---
On Tue, Mar 14, 2023 at 10:36:27PM +, sgk at troutmask dot
apl.washington.edu wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
>
> --- Comment #3 from Steve Kargl ---
> On Tue, Mar 14, 2023 a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
--- Comment #4 from Steve Kargl ---
On Tue, Mar 14, 2023 at 10:36:27PM +, sgk at troutmask dot
apl.washington.edu wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
>
> --- Comment #3 from Steve Kargl ---
> On Tue, Mar 14, 2023 a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
--- Comment #3 from Steve Kargl ---
On Tue, Mar 14, 2023 at 10:25:53PM +, pinskia at gcc dot gnu.org wrote:
>
> --- Comment #1 from Andrew Pinski ---
> This is not a testsuite issue but rather the issue is the lto code is calling
> make ..
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
--- Comment #2 from Andrew Pinski ---
lto-wrapper.cc use MAKE env if it exists:
char **make_argv = buildargv (getenv ("MAKE"));
if (make_argv)
{
for (unsigned argc = 0; make_argv[argc]; argc++)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109135
Andrew Pinski changed:
What|Removed |Added
Component|testsuite |driver
Keywords|