URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [attr-alias-4.c] - Rev 424
Go to most recent revision | Compare with Previous | Blame | View Log
/* ICE on invalid alias attribute: PR 35434. */ /* { dg-do compile } */ /* { dg-options "" } */ typedef int i __attribute__((alias("j"))); /* { dg-warning "ignored" } */
Go to most recent revision | Compare with Previous | Blame | View Log