tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] [PATCH] Check for duplicate definitions of variables


From: Joshua Phillips
Subject: Re: [Tinycc-devel] [PATCH] Check for duplicate definitions of variables
Date: Fri, 2 Nov 2007 17:16:38 +0000
User-agent: KMail/1.9.7

On Friday 02 November 2007 16:22:44 Marc Andre Tanner wrote:

> The last thing is a bit problematic if you ask me because the following
> compiles with gcc and prints 5.
>
> struct foo {
> [...]
I find it odd that gcc accepts that, since there are effectively two members 
of the struct with the same name.

> Back to your patch, is there a special reason behind returning -1
> instead of 1 in check_field if something is found?
Because all the bits are set instead of just bit zero...erm...not really :P

> Also a cosmetic remark, is_global could be written as below, no?
> [...]
ok, although it isn't particularly clear.

> A quick test showed that there are some false positives. I didn't
> investigate further. [...]
I'll have a look at it. Sorry for not checking!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]