diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/c1x-static-assert-5.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c1x-static-assert-5.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/testsuite/gcc.dg/c1x-static-assert-5.c b/gcc/testsuite/gcc.dg/c1x-static-assert-5.c deleted file mode 100644 index d4d0821f0e3..00000000000 --- a/gcc/testsuite/gcc.dg/c1x-static-assert-5.c +++ /dev/null @@ -1,5 +0,0 @@ -/* Test C1X static assertions. Non-constant-expression without -pedantic. */ -/* { dg-do compile } */ -/* { dg-options "-std=c1x" } */ - -_Static_assert ((int)(1.0 + 1.0), "non-constant-expression"); |