aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/auto1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/auto1.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/auto1.C8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/auto1.C b/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/auto1.C
deleted file mode 100644
index f5c0ea6e4..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/auto1.C
+++ /dev/null
@@ -1,8 +0,0 @@
-// { dg-options "-std=c++98 -Wc++11-compat" }
-
-// Test warning for use of auto in C++98 mode with C++11
-// compatibility warnings
-void f()
-{
- auto int x = 5; // { dg-warning "changes meaning" }
-}