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
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr49899.c
blob
b5b32591ac7088c1a81491dc4fa617efec479c48
1
static int
foo
(
void
) {
return
0
; }
/* { dg-error "weak declaration of 'foo' being applied to a already existing, static definition" } */
2
int
foo
(
void
)
__attribute__
((
weak
));
3