aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C b/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C
deleted file mode 100644
index c85062272..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C
+++ /dev/null
@@ -1,4 +0,0 @@
-// { dg-do compile { target c++11 } }
-template <class T> struct A { };
-
-template [[gnu::packed]] struct A<int>; // { dg-warning "ignored in explicit instantiation" }