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 (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
cold-attribute-4.c
blob
37a41e954daf3b189de585cb6a8f1172ac01d126
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
#include <string.h>
4
5
int
6
__attribute__
((
cold
))
7
t
(
int
c
)
8
{
9
return
-
1
;
10
}
11
12
/* { dg-final { scan-assembler "orl" } } */