From 96a662eccf60b58e4885dc686ee06f6cc75bbe4c Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 22 Oct 2013 16:41:53 +0000 Subject: [PATCH] c1x --> c11. From-SVN: r203928 --- gcc/testsuite/gcc.dg/builtin-complex-err-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2