This is the mail archive of the gcc-bugs@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]

[Bug objc/47073] ICE when producing error for method argument which "does not have know size"


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

--- Comment #3 from Nicola Pero <nicola at gcc dot gnu.org> 2010-12-28 03:41:02 UTC ---
Author: nicola
Date: Tue Dec 28 03:40:58 2010
New Revision: 168285

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168285
Log:
In gcc/testsuite/:
2010-12-28  Nicola Pero  <nicola.pero@meta-innovation.com>

    PR objc/47073
    * objc.dg/incomplete-type-1.m: New test.

In gcc/objc/:
2010-12-28  Nicola Pero  <nicola.pero@meta-innovation.com>

    PR objc/47073
    * objc-act.c (encode_method_prototype): Fixed both location and
    format string of error "type %qT does not have a known size".

Added:
    trunk/gcc/testsuite/objc.dg/incomplete-type-1.m
Modified:
    trunk/gcc/objc/ChangeLog
    trunk/gcc/objc/objc-act.c
    trunk/gcc/testsuite/ChangeLog


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