PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / attr-error-1.c
blobc136484a151ad779b45f2c4d16ff0b93255d2b14
1 /* PR c/35744 */
3 typedef char a[N] __attribute__((aligned(4))); /* { dg-error "undeclared" } */
5 void c[1] __attribute__((vector_size(8))); /* { dg-error "array of voids" } */
7 void b[1] __attribute__((may_alias)); /* { dg-error "array of voids" } */
9 struct A
11 void d[1] __attribute__((packed)); /* { dg-error "array of voids" } */