aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/ext/attrib39.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/ext/attrib39.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/ext/attrib39.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/ext/attrib39.C b/gcc-4.8.1/gcc/testsuite/g++.dg/ext/attrib39.C
deleted file mode 100644
index 22a742942..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/ext/attrib39.C
+++ /dev/null
@@ -1,9 +0,0 @@
-// PR debug/43370
-// { dg-options "-g" }
-
-int fragile_block(void) {
- typedef __attribute__ ((aligned (16))) struct {
- int i;
- } XmmUint16;
- return 0;
-}