[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug objc/28050] [4.3/4.4 regression] ICE on invalid initializer




------- Comment #11 from doko at gcc dot gnu dot org  2009-06-22 22:21 -------
Subject: Bug 28050

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28050

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Reply to: