http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60797
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- Testcase: /* { dg-do compile } */ /* { dg-skip-if "" { alias } } */ extern int foo __attribute__((alias("bar"))); /* { dg-error "supported" } */ int main() { return 0; }