Re: [COMMITTED] testsuite: debug: fix dejagnu directive syntax

2024-09-23 Thread Sam James
Thomas Schwinge writes: > Hi Andrew, Sam! > > On 2024-09-20T14:21:33-0700, Andrew Pinski wrote: >> On Fri, Sep 20, 2024 at 1:53 AM Thomas Schwinge >> wrote: >>> On 2024-09-20T05:12:19+0100, Sam James wrote: >>> > In this case, they were all harmless in reality (no diff in test logs). >>> >>>

Re: [COMMITTED] testsuite: debug: fix dejagnu directive syntax

2024-09-21 Thread Thomas Schwinge
Hi Andrew, Sam! On 2024-09-20T14:21:33-0700, Andrew Pinski wrote: > On Fri, Sep 20, 2024 at 1:53 AM Thomas Schwinge > wrote: >> On 2024-09-20T05:12:19+0100, Sam James wrote: >> > In this case, they were all harmless in reality (no diff in test logs). >> >> > -/* { dg-do compile ) */ >> > +/*

Re: [COMMITTED] testsuite: debug: fix dejagnu directive syntax

2024-09-20 Thread Andrew Pinski
On Fri, Sep 20, 2024 at 1:53 AM Thomas Schwinge wrote: > > Hi Sam! > > On 2024-09-20T05:12:19+0100, Sam James wrote: > > In this case, they were all harmless in reality (no diff in test logs). > > > -/* { dg-do compile ) */ > > +/* { dg-do compile } */ > > DejaGnu directives are matched by '{ dg

Re: [COMMITTED] testsuite: debug: fix dejagnu directive syntax

2024-09-20 Thread Thomas Schwinge
Hi Sam! On 2024-09-20T05:12:19+0100, Sam James wrote: > In this case, they were all harmless in reality (no diff in test logs). > -/* { dg-do compile ) */ > +/* { dg-do compile } */ DejaGnu directives are matched by '{ dg-[...] }' (simplified; see '/usr/share/dejagnu/dg.exp:dg-get-options' for