1. 31 Dec, 2010 15 commits
  2. 30 Dec, 2010 23 commits
  3. 29 Dec, 2010 2 commits
    • In gcc/objc/: 2010-12-30 Nicola Pero <nicola.pero@meta-innovation.com> · 445eb4c6
      In gcc/objc/:
      2010-12-30  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc-act.c (objc_set_method_opt): Tidy up error messages.  In
      	particular, explicitly mention whether the error is due to the
      	@optional or @required keyword instead of mentioning
      	"@optional/@required".
      
      In gcc/testsuite/:
      2010-12-30  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/enhanced-proto-2.m: Updated.
      	* obj-c++.dg/enhanced-proto-2.mm: Updated.
      
      From-SVN: r168327
      Nicola Pero committed
    • In gcc/objc/: 2010-12-29 Nicola Pero <nicola.pero@meta-innovation.com> · 37153b1e
      In gcc/objc/:
      2010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	PR objc/47118
      	* objc-act.c (objc_build_synchronized): Check the argument of
      	@synchronized and emit an appropriate error if it is not a valid
      	Objective-C object.  Deal gracefully with that case.  Updated
      	comments and variable names.
      
      In gcc/testsuite/:
      2010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	PR objc/47118
      	* objc.dg/sync-3.m: New.
      	* obj-c++.dg/sync-3.mm: New.
      
      From-SVN: r168326
      Nicola Pero committed