repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
ia64
/
versionid-2.c
blob
258de09113f8ec7eea02ca5bdf99c74c3c6e3c5c
1
/* { dg-do compile { target ia64-*-hpux* } } */
2
3
extern
int
foo
()
__attribute__
((
version_id
(
"20040821"
)));
4
5
int
foo
(
int
i
)
6
{
7
return
(
1
);
8
}
9
10
/* { dg-final { scan-assembler "alias.*foo.*foo\\\{20040821\\\}" } } */