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
/
pr94705.c
blob
96392ab60ee12eb57e65e774b85594ff03ddb2b8
1
/* PR c/94705 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
void
foo
();
6
7
int
8
bar
(
void
)
9
{
10
foo
(
baz
);
/* { dg-error "'baz' undeclared" } */
11
/* { dg-message "only once" "" { target *-*-* } .-1 } */
12
void
__attribute__
((
noinline
))
baz
(
void
);
13
}