URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [c1x-align-4.c] - Rev 689
Compare with Previous | Blame | View Log
/* Test C1X alignment support. Test reducing alignment (assumes there are at least some alignment constraints). */ /* { dg-do compile } */ /* { dg-options "-std=c1x -pedantic-errors" } */ #include <stddef.h> _Alignas (_Alignof (char)) max_align_t x; /* { dg-error "reduce alignment" } */