Re: [PATCH] testsuite: powerpc: fix dg-do run typo

2024-07-21 Thread Kewen.Lin
Hi Sam, on 2024/7/20 07:10, Sam James wrote: > "Kewen.Lin" writes: > >> Hi Sam, > > Hi Kewen, > >> >> on 2024/7/19 11:28, Sam James wrote: >>> 'dg-run' is not a valid dejagnu directive, 'dg-do run' is needed here >>> for the test to be executed. >>> >>> 2024-07-18 Sam James >>> >>> PR t

Re: [PATCH] testsuite: powerpc: fix dg-do run typo

2024-07-19 Thread Sam James
"Kewen.Lin" writes: > Hi Sam, Hi Kewen, > > on 2024/7/19 11:28, Sam James wrote: >> 'dg-run' is not a valid dejagnu directive, 'dg-do run' is needed here >> for the test to be executed. >> >> 2024-07-18 Sam James >> >> PR target/108699 >> * gcc.target/powerpc/pr108699.c: Fix 'dg-

Re: [PATCH] testsuite: powerpc: fix dg-do run typo

2024-07-18 Thread Kewen.Lin
Hi Sam, on 2024/7/19 11:28, Sam James wrote: > 'dg-run' is not a valid dejagnu directive, 'dg-do run' is needed here > for the test to be executed. > > 2024-07-18 Sam James > > PR target/108699 > * gcc.target/powerpc/pr108699.c: Fix 'dg-run' typo. > --- > Kewen, could you check th

[PATCH] testsuite: powerpc: fix dg-do run typo

2024-07-18 Thread Sam James
'dg-run' is not a valid dejagnu directive, 'dg-do run' is needed here for the test to be executed. 2024-07-18 Sam James PR target/108699 * gcc.target/powerpc/pr108699.c: Fix 'dg-run' typo. --- Kewen, could you check this on powerpc to ensure it doesn't execute beforehand and no