[PATCH 1/2] testsuite: graphite: adapt to -std=gnu23 default change

2024-11-15 Thread Sam James
r15-5327-g55e3bd376b2214 changes the default to -std=gnu23 but these tests now trigger -Wold-style-function-definition. Follow Joseph's advice in that commit and tweak the tests accordingly. gcc/testsuite/ChangeLog: * gcc.dg/graphite/id-15.c: Pass -Wold-style-function-definition.

Re: [PATCH 1/2] testsuite: graphite: adapt to -std=gnu23 default change

2024-11-15 Thread Sam James
> On 16 Nov 2024, at 03:28, Jeff Law wrote: > >  > >> On 11/15/24 8:16 PM, Sam James wrote: >> r15-5327-g55e3bd376b2214 changes the default to -std=gnu23 but these >> tests now trigger -Wold-style-function-definition. Follow Joseph's advice >> in that commit and tweak the tests accordingly.

Re: [PATCH 1/2] testsuite: graphite: adapt to -std=gnu23 default change

2024-11-15 Thread Jeff Law
On 11/15/24 8:16 PM, Sam James wrote: r15-5327-g55e3bd376b2214 changes the default to -std=gnu23 but these tests now trigger -Wold-style-function-definition. Follow Joseph's advice in that commit and tweak the tests accordingly. gcc/testsuite/ChangeLog: * gcc.dg/graphite/id-15.c: Pas