aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2013-10-22 16:41:53 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-10-22 16:41:53 +0000
commit96a662eccf60b58e4885dc686ee06f6cc75bbe4c (patch)
tree701234e7af881ae00a90db366ce048e0ac01c3bb
parent1bec9d5fcf6d71fee20ab0f78febfabfb2742cef (diff)
downloadgcc-96a662eccf60b58e4885dc686ee06f6cc75bbe4c.zip
gcc-96a662eccf60b58e4885dc686ee06f6cc75bbe4c.tar.gz
gcc-96a662eccf60b58e4885dc686ee06f6cc75bbe4c.tar.bz2
c1x --> c11.
From-SVN: r203928
-rw-r--r--gcc/testsuite/gcc.dg/builtin-complex-err-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/builtin-complex-err-1.c b/gcc/testsuite/gcc.dg/builtin-complex-err-1.c
index 3ef50da..ddc72b5 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;