Skip to content

tcc allows redefinition of global variables #4

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions