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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr37645.c
blob
ac1e5a9d1c812048b5010d04b89447245728101f
1
/* PR c/37645 */
2
/* { dg-do compile } */
3
4
typedef
int
T
__attribute__
((
__weakref__
(
"U"
)));
/* { dg-warning "attribute ignored" } */
5
void
foo
(
int
i
__attribute__
((
__weakref__
(
"j"
))));
/* { dg-warning "attribute ignored" } */