From: mrs Date: Tue, 22 Oct 2013 16:41:53 +0000 (+0000) Subject: c1x --> c11. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f14177d39f7f3767de6d9317f70cf2425f28d70;p=thirdparty%2Fgcc.git c1x --> c11. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203928 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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;