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
/
pr103277.c
blob
5c206f919cd537d1d99c19d28f493f6726a339a4
1
/* { dg-do compile } */
2
/* { dg-options "-O1 -fbranch-probabilities -fno-ipa-pure-const" } */
3
4
__attribute__
((
returns_twice
))
void
5
bar
(
void
)
6
{
7
}
8
9
void
10
foo
(
int
cond
)
11
{
12
if
(
cond
)
13
bar
();
14
}
/* { dg-message "profile count data" } */