aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C b/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C
deleted file mode 100644
index 453fc01a2..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C
+++ /dev/null
@@ -1,10 +0,0 @@
-// { dg-do compile { target c++11 } }
-
-int fragile_block(void) {
- typedef
- [[gnu::aligned (16)]] // { dg-warning "ignored" }
- struct {
- int i;
- } XmmUint16;
- return 0;
-}