OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* c-decl.c (pushdecl): When an extern declaration at block scope
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20041005-1.c
1
/* This wrongly caused duplicate definitions of x in the assembler
2
output. */
3
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
4
5
static int x = 1;
6
void f (void) { extern int x; }