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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
attr-alias-1.c
blob
8f530a84ce0e455362429a99d135c05ad80b5900
1
/* PR c++/12795 */
2
/* { dg-require-alias "" } */
3
4
void
foo
()
5
{
6
extern
void
bar
()
__attribute__
((
__alias__
(
"BAR"
)));
/* { dg-warning "ignored" } */
7
bar
();
8
}