Re: [PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-07-28 Thread Richard Biener
On Mon, Jul 28, 2025 at 11:21 PM Christophe Lyon wrote: > > Ping? OK > Le lun. 7 juil. 2025, 19:07, Christophe Lyon a > écrit : >> >> On Mon, 7 Jul 2025 at 15:47, Torbjorn SVENSSON >> wrote: >> > >> > >> > >> > On 2025-07-03 15:02, Christophe Lyon wrote: >> > > ping^2 ? >> > >> > Looks fine t

Re: [PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-07-28 Thread Christophe Lyon
Ping? Le lun. 7 juil. 2025, 19:07, Christophe Lyon a écrit : > On Mon, 7 Jul 2025 at 15:47, Torbjorn SVENSSON > wrote: > > > > > > > > On 2025-07-03 15:02, Christophe Lyon wrote: > > > ping^2 ? > > > > Looks fine to me, but as you know, my approval does not count. > > > Thanks for confirming I

Re: [PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-07-07 Thread Christophe Lyon
On Mon, 7 Jul 2025 at 15:47, Torbjorn SVENSSON wrote: > > > > On 2025-07-03 15:02, Christophe Lyon wrote: > > ping^2 ? > > Looks fine to me, but as you know, my approval does not count. > Thanks for confirming I didn't miss anything from your intentions. Christophe > Kind regards, > Torbjörn > >

Re: [PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-07-07 Thread Torbjorn SVENSSON
On 2025-07-03 15:02, Christophe Lyon wrote: ping^2 ? Looks fine to me, but as you know, my approval does not count. Kind regards, Torbjörn On Wed, 18 Jun 2025 at 12:11, Christophe Lyon wrote: ping? On Mon, 26 May 2025 at 17:26, Christophe Lyon wrote: On Mon, 26 May 2025 at 17:14,

Re: [PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-07-03 Thread Christophe Lyon
ping^2 ? On Wed, 18 Jun 2025 at 12:11, Christophe Lyon wrote: > > ping? > > On Mon, 26 May 2025 at 17:26, Christophe Lyon > wrote: > > > > On Mon, 26 May 2025 at 17:14, Christophe Lyon > > wrote: > > > > > > Commit r15-7152-g57b706d141b87c removed > > > /* { dg-do run { target*-*-linux* *-*-gnu

Re: [PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-06-18 Thread Christophe Lyon
ping? On Mon, 26 May 2025 at 17:26, Christophe Lyon wrote: > > On Mon, 26 May 2025 at 17:14, Christophe Lyon > wrote: > > > > Commit r15-7152-g57b706d141b87c removed > > /* { dg-do run { target*-*-linux* *-*-gnu* *-*-uclinux* } } */ > > > > from these tests, turning them into 'compile' only test

Re: [PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-05-26 Thread Christophe Lyon
On Mon, 26 May 2025 at 17:14, Christophe Lyon wrote: > > Commit r15-7152-g57b706d141b87c removed > /* { dg-do run { target*-*-linux* *-*-gnu* *-*-uclinux* } } */ > > from these tests, turning them into 'compile' only tests, even when > they could be executed. > > This patch adds > /* { dg-do run }

[PATCH] testsuite: Restore dg-do run on pr116906 and pr78185 tests

2025-05-26 Thread Christophe Lyon
Commit r15-7152-g57b706d141b87c removed /* { dg-do run { target*-*-linux* *-*-gnu* *-*-uclinux* } } */ from these tests, turning them into 'compile' only tests, even when they could be executed. This patch adds /* { dg-do run } */ which is OK since the tests are correctly skipped if needed thank