This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] PR c/7490
On Tue, Nov 26, 2002 at 10:18:47AM +0100, Gabriel Dos Reis wrote:
> That is,
> instead of messing with the output, the fix should be to diagnose that
> ill-formed construct upfront?
Yes. Two things I'd like to see:
(1) Don't accept alias definitions in a nested scope, since the scope
doesn't actually nest.
(2) Notice aliases of undefined symbols. Due to our non-management
of assembly-level symbols, this is quite hard at the moment. :-/
r~