PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / alignof.c
blobd018b44025d94176d1668d7c02572335b86735d0
1 /* PR c/69507 - bogus warning: ISO C does not allow '__alignof__ (expression)'
2 */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c11 -Wno-error -Wpedantic" } */
6 extern int e;
8 int a[] = {
9 __alignof__ (e),
10 _Alignof (e) /* { dg-warning "ISO C does not allow ._Alignof \\(expression\\)." } */