OSDN Git Service

* c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / attr-alias-4.c
1 /* ICE on invalid alias attribute: PR 35434.  */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4 typedef int i __attribute__((alias("j"))); /* { dg-warning "ignored" } */