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
/
pr89340.c
blob
8636d2218bedb23b0b254b9503b2c3645137e8f0
1
/* PR c/89340 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
void
bar
(
void
)
6
{
7
__attribute__
((
weak
))
void
foo
() {}
/* { dg-error "weak declaration of 'foo' must be public" } */
8
foo
();
9
}