]> git.ipfire.org Git - thirdparty/gcc.git/commit
In gcc/objc/: 2010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
authorNicola Pero <nicola.pero@meta-innovation.com>
Wed, 29 Dec 2010 21:52:00 +0000 (21:52 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Wed, 29 Dec 2010 21:52:00 +0000 (21:52 +0000)
commit37153b1e0743ba79cc6d86b92e843995ab015755
tree28dcffe9c04ce1bede7dfe150127f4b08af4251b
parent9fdc58ded7f2bdaa25e8019ea85442f58e4683ad
In gcc/objc/: 2010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>

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
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/sync-3.mm [new file with mode: 0644]
gcc/testsuite/objc.dg/sync-3.m [new file with mode: 0644]