Re: [PATCH] testsuite: Fix gcc.target/arm/multilib.exp use of gcc_opts

2020-08-12 Thread Christophe Lyon via Gcc-patches
On Tue, 11 Aug 2020 at 18:40, Richard Sandiford wrote: > > Christophe Lyon via Gcc-patches writes: > > This patch fixes an incorrect parameter passing for $gcc_opts, which > > produces a DejaGnu error: (DejaGnu) proc "gcc_opts" does not exist. > > Huh, wonder how that went unnoticed for so long…

Re: [PATCH] testsuite: Fix gcc.target/arm/multilib.exp use of gcc_opts

2020-08-11 Thread Richard Sandiford
Christophe Lyon via Gcc-patches writes: > This patch fixes an incorrect parameter passing for $gcc_opts, which > produces a DejaGnu error: (DejaGnu) proc "gcc_opts" does not exist. Huh, wonder how that went unnoticed for so long… > 2020-08-11 Christophe Lyon > > gcc/testsuite/ >

[PATCH] testsuite: Fix gcc.target/arm/multilib.exp use of gcc_opts

2020-08-11 Thread Christophe Lyon via Gcc-patches
This patch fixes an incorrect parameter passing for $gcc_opts, which produces a DejaGnu error: (DejaGnu) proc "gcc_opts" does not exist. 2020-08-11 Christophe Lyon gcc/testsuite/ * gcc.target/arm/multilib.exp: Fix parameter passing for gcc_opts. diff --git a/gcc/testsuite/gcc.