This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Local binding DECLs
On Mon, May 12, 2003 at 09:44:43AM +0300, Stephen Biggs wrote:
> This compiles.
Ok, but it's certainly not a correct program, so I don't
see why we should have to care how it gets compiled.
> I see nothing that gives me the ability to know that any particular DECL
> is declared inside a particular function.
I still don't see why you would possibly need to care.
> Perhaps someone might need to write different code or do something else
> different per function based on the local declarations? Does THIS make
> sense?
No.
r~