repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
attr-alias-4.c
blob
fb15a20bf843d589359aa9ea50c8c53d28434b2c
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" } */