[committed] Adjust ARC tests after c23 changes

This test passes different kinds of objects to the underlying function.  So
just pass in -std=gnu17.

gcc/testsuite
	* gcc.target/arc/add_n-combine.c: Pass in -std=gnu17.
This commit is contained in:
Jeff Law 2024-11-16 11:26:21 -07:00
parent 09ef9756f2
commit 9c18fe5056

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -std=gnu17" } */
struct b1 {
char c;