You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tcc happily eats code like
int a = 1;
int a = 2;
without errors or warnings and emits a broken .data section:
.section ".data" superfree
,$1,$0
.db $2,$0
.ends
Original issue reported on code.google.com by ulrich.h...@gmail.com on 7 Aug 2009 at 5:18