X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fobjc%2FChangeLog;h=09cc1f6f98468cac3f9260c54fc6775e8f08ff3c;hp=99df7843ede7cbaef2b378a7b76a4d873b8ce87d;hb=40ec327c484f09c7fc9c11e5633101cfc391683c;hpb=6c536c4fff2cea1ebfc94aa36c1a5c50151d0305 diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 99df7843ede..09cc1f6f984 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,19 @@ +2010-12-08 Nicola Pero + + * objc-act.c (objc_build_throw_stmt): Check that the argument of + @throw is an object and emit an error if not. + +2010-12-08 Nicola Pero + + * objc-act.c (objc_finish_foreach_loop): Use error_at() instead of + error() when printing an error about the iterating variable or + collection not being an object. + +2010-12-06 Nicola Pero + + * objc-act.c (objc_finish_foreach_loop): Mark the + object_expression as used. + 2010-12-06 Nicola Pero * objc-act.c: Include c-family/c-objc.h.