diff --git a/gcc/testsuite/gcc.dg/builtin-complex-err-1.c b/gcc/testsuite/gcc.dg/builtin-complex-err-1.c index 3ef50da92782..ddc72b583cba 100644 --- a/gcc/testsuite/gcc.dg/builtin-complex-err-1.c +++ b/gcc/testsuite/gcc.dg/builtin-complex-err-1.c @@ -1,6 +1,6 @@ /* Test __builtin_complex errors. */ /* { dg-do compile } */ -/* { dg-options "-std=c1x -pedantic-errors" } */ +/* { dg-options "-std=c11 -pedantic-errors" } */ typedef double D;