This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix Objective-C, further improve error recovery for unknown type names



On 13 Nov 2010, at 17:26, Joseph S. Myers wrote:


On Sat, 13 Nov 2010, Paolo Bonzini wrote:

On 11/13/2010 03:15 PM, H.J. Lu wrote:
On Sat, Oct 30, 2010 at 6:24 AM, Paolo Bonzini<bonzini@gnu.org> wrote:
This patch improves GCC error detection so that some cases of
declarations with unknown type names are detected.  This also
allows GCC to do better on cascading errors, because the variables
that are declared enter the symbol table.

This caused:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46462

Here is the fix.


Bootstrapped (together with the semicolon patch), regtest in progress and
fixes all remaining failures (except the one caused by PR45062, ok for
mainline assuming it passes?

OK in the absence of any objections from ObjC maintainers within 24 hours.

works for me (GNU & NeXT runtimes on i686-darwin9) ... .. although I can neither object nor approve ;)

cheers
Iain



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]