PR c/17023
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 23:20:58 +0000 (23:20 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 23:20:58 +0000 (23:20 +0000)
commit69c2525c87aa3cda2b5f636702889441ea1698f4
tree7534024d48e27ca0af83286859f217f61e28cc3c
parentc6224531a4d142294fa7f14edb1f8b082208e3e1
    PR c/17023
        * c-decl.c (store_parm_decls_oldstyle): Care for parameter type
        as error_mark_node.
        * c-parse.in (compstmt_primary_start): Check cur_stmt_list non-null
        instaed of current_function_decl non-null.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89063 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/c-parse.in
gcc/testsuite/gcc.dg/20041014-1.c [new file with mode: 0644]