]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c1x --> c11.
authorMike Stump <mrs@gcc.gnu.org>
Tue, 22 Oct 2013 16:41:53 +0000 (16:41 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 22 Oct 2013 16:41:53 +0000 (16:41 +0000)
From-SVN: r203928

gcc/testsuite/gcc.dg/builtin-complex-err-1.c

index 3ef50da92782312ae27d7cb44ab1ae3717a047cb..ddc72b583cbac33a44acb3088994540c7bb7810a 100644 (file)
@@ -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;