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
* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pragma-ep-3.c
blob
a3e1e6e6845e4236eeeee48b2a49baf958d32cda
1
/* { dg-do compile { target alpha*-*-osf5* } } */
2
/* { dg-final { scan-assembler ",Xfoo" } } */
3
4
#pragma extern_prefix
"X"
5
void
foo
(
void
)
__attribute__
((
noreturn
));
6
void
foo
(
void
)
__attribute__
((
noreturn
));
7
void
bar
()
8
{
9
foo
();
10
}