From: Mike Stump Date: Tue, 22 Oct 2013 16:41:53 +0000 (+0000) Subject: c1x --> c11. X-Git-Tag: releases/gcc-4.9.0~3304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96a662eccf60b58e4885dc686ee06f6cc75bbe4c;p=thirdparty%2Fgcc.git c1x --> c11. From-SVN: r203928 --- 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;