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

r148820 - in /branches/gcc-4_4-branch/gcc: Chan...


Author: doko
Date: Mon Jun 22 22:25:38 2009
New Revision: 148820

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148820
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_4-branch/gcc/testsuite/objc.dg/pr28050.m
      - copied unchanged from r148804, trunk/gcc/testsuite/objc.dg/pr28050.m
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/c-parser.c
    branches/gcc-4_4-branch/gcc/objc/ChangeLog
    branches/gcc-4_4-branch/gcc/objc/objc-act.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


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