Error out in case of variable name clash
commitcf95ac399cbce1ea8a519f91dd36a5cfd4ea7943
authorThomas Preud'homme <robotux@celest.fr>
Thu, 25 Oct 2012 17:40:04 +0000 (25 19:40 +0200)
committerThomas Preud'homme <robotux@celest.fr>
Thu, 25 Oct 2012 17:40:50 +0000 (25 19:40 +0200)
tree693c29cb56c5351e7b740555920444750ae0fd4e
parent85f6fad3a6acbfa07a3dc45b673965fc26890d8e
Error out in case of variable name clash

Error out when two local variable with same name are defined in the same
scope. This fixes bug #15597 in savannah's BTS.
tccgen.c