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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
alias-12.c
blob
4d69453f48315da6bb6671707a8b24b6f2ac356a
1
/* { dg-do compile } */
2
/* { dg-require-alias "" } */
3
/* { dg-options "-O2" } */
4
static void
f
(
void
)
__attribute__
((
alias
(
"f"
)));
// { dg-error "part of alias cycle" }
5
6
void
g
()
7
{
8
f
();
9
}