r148819 - in /branches/gcc-4_3-branch/gcc: Chan...
doko@gcc.gnu.org
doko@gcc.gnu.org
Mon Jun 22 22:21:00 GMT 2009
Author: doko
Date: Mon Jun 22 22:21:17 2009
New Revision: 148819
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148819
Log:
gcc/
2009-06-22 Steven Bosscher <steven@gcc.gnu.org>
Matthias Klose <doko@ubuntu.com>
PR objc/28050
* c-parser.c (c_parser_objc_message_args): Return error_mark_node
instead of NULL if a parser error occurs.
gcc/objc/
2009-06-22 Steven Bosscher <steven@gcc.gnu.org>
Matthias Klose <doko@ubuntu.com>
PR objc/28050
* objc-act.c (objc_build_message_args): Return if ARGS is the
error_mark_node.
gcc/testsuite/
2009-06-22 Matthias Klose <doko@ubuntu.com>
PR objc/28050
* pr28050.m: New testcase.
Added:
branches/gcc-4_3-branch/gcc/testsuite/objc.dg/pr28050.m
- copied unchanged from r148804, trunk/gcc/testsuite/objc.dg/pr28050.m
Modified:
branches/gcc-4_3-branch/gcc/ChangeLog
branches/gcc-4_3-branch/gcc/c-parser.c
branches/gcc-4_3-branch/gcc/objc/ChangeLog
branches/gcc-4_3-branch/gcc/objc/objc-act.c
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list