aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/c1x-align-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/c1x-align-4.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/c1x-align-4.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/c1x-align-4.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/c1x-align-4.c
deleted file mode 100644
index cc13f93d9..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/c1x-align-4.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Test C1X alignment support. Test reducing alignment (assumes there
- are at least some alignment constraints). */
-/* { dg-do compile } */
-/* { dg-options "-std=c1x -pedantic-errors" } */
-/* { dg-skip-if "no alignment constraints" { "avr-*-*" } { "*" } { "" } } */
-
-#include <stddef.h>
-
-_Alignas (_Alignof (char)) max_align_t x; /* { dg-error "reduce alignment" } */