]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/c11-align-4.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c11-align-4.c
CommitLineData
1bec9d5f 1/* Test C11 alignment support. Test reducing alignment (assumes there
d19fa6b5
JM
2 are at least some alignment constraints). */
3/* { dg-do compile } */
1bec9d5f 4/* { dg-options "-std=c11 -pedantic-errors" } */
4f4b0ab8 5/* { dg-skip-if "no alignment constraints" { "avr-*-*" } } */
d19fa6b5
JM
6
7#include <stddef.h>
8
9_Alignas (_Alignof (char)) max_align_t x; /* { dg-error "reduce alignment" } */