URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [attr-alias-4.c] - Rev 689
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" } */