Re: [PATCH] Add MIPS Linux support to gcc.misc-tests/linkage.c (testsuite/51748)

2021-09-01 Thread Andrew Pinski via Gcc-patches
On Wed, Sep 1, 2021 at 2:46 AM YunQiang Su wrote: > > Richard Sandiford via Gcc-patches > 于2021年9月1日周三 下午4:55写道: > > > > apinski--- via Gcc-patches writes: > > > From: Andrew Pinski > > > > > > This adds MIPS Linux support to gcc.misc-tests/linkage.exp. Basically > > > copying what was done fo

Re: [PATCH] Add MIPS Linux support to gcc.misc-tests/linkage.c (testsuite/51748)

2021-09-01 Thread YunQiang Su
Richard Sandiford via Gcc-patches 于2021年9月1日周三 下午4:55写道: > > apinski--- via Gcc-patches writes: > > From: Andrew Pinski > > > > This adds MIPS Linux support to gcc.misc-tests/linkage.exp. Basically > > copying what was done for MIPS IRIX and changing the options to be correct. > > > > OK? > > >

Re: [PATCH] Add MIPS Linux support to gcc.misc-tests/linkage.c (testsuite/51748)

2021-09-01 Thread Richard Sandiford via Gcc-patches
apinski--- via Gcc-patches writes: > From: Andrew Pinski > > This adds MIPS Linux support to gcc.misc-tests/linkage.exp. Basically > copying what was done for MIPS IRIX and changing the options to be correct. > > OK? > > gcc/testsuite/ChangeLog: > > PR testsuite/51748 > * gcc.misc-te

[PATCH] Add MIPS Linux support to gcc.misc-tests/linkage.c (testsuite/51748)

2021-08-31 Thread apinski--- via Gcc-patches
From: Andrew Pinski This adds MIPS Linux support to gcc.misc-tests/linkage.exp. Basically copying what was done for MIPS IRIX and changing the options to be correct. OK? gcc/testsuite/ChangeLog: PR testsuite/51748 * gcc.misc-tests/linkage.exp: Add mips*-linux-* support. --- g