tinycc-devel
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[Tinycc-devel] TCC linker bug (test case)
From
:
Masha Rabinovich
Subject
:
[Tinycc-devel] TCC linker bug (test case)
Date
:
Sun, 28 Dec 2008 00:20:17 +0000
test files:
/* --- 1.c --- */
int x=2;
void main() {}
/* --- end --- */
/* --- 2.c --- */
int x;
void main();
/* --- end --- */
# gcc 1.c 2.c
no error
# gcc -c 1.c
# gcc -c 2.c
# gcc 1.o 2.o
no error
# tcc 1.c 2.c
no error
# tcc -c 1.c
# tcc -c 2.c
# tcc 1.o 2.o
new_bind=1 new_shndx=fff2 new_vis=0 old_bind=1 old_shndx=2 old_vis=0
2.o: 'x' defined twice
tcc version 2008-12-02 from
http://repo.or.cz/w/tinycc.git
reply via email to
[Prev in Thread]
Current Thread
[Next in Thread]
[Tinycc-devel] TCC linker bug (test case)
,
Masha Rabinovich
<=
Prev by Date:
Re: Vs: [Tinycc-devel] opengl lib for tinyCC? (Kenneth Forsb?ck)
Next by Date:
[Tinycc-devel] wrong preprocessor shift operation
Previous by thread:
Re:Vs: [Tinycc-devel] opengl lib for tinyCC? (Kenneth Forsb?ck)
Next by thread:
[Tinycc-devel] wrong preprocessor shift operation
Index(es):
Date
Thread