re PR objc/19321 (objc ignores volatile in argument types for messages)
authorZiemowit Laski <zlaski@apple.com>
Sat, 15 Jan 2005 21:18:56 +0000 (21:18 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Sat, 15 Jan 2005 21:18:56 +0000 (21:18 +0000)
commitaecaa19a3258ccc743f7e2f580e8464051142035
treebda74609612514a2886ed75fe5c48aaa996435cb
parenta04b62b22011ed3558a8dcac07e53a85f8b4165d
re PR objc/19321 (objc ignores volatile in argument types for messages)

[gcc/objc/ChangeLog]
2005-01-15  Ziemowit Laski  <zlaski@apple.com>

        PR objc/19321
        * objc-act.c (get_arg_type_list): Decay function arguments into
        pointers.
        (objc_push_parm): Likewise; bring PARM_DECL construction closer
        in line with what the C front-end does.
        (objc_get_parm_info): Call pushdecl() and finish_decl() on
        each PARM_DECL, like the C front-end does.
        (start_method_def): Remove redundant ARRAY_TYPE decay.
        (objc_start_function): Bring closer in line with what the
        C front-end does for functions.

[gcc/testsuite/ChangeLog]
2005-01-15  Ziemowit Laski  <zlaski@apple.com>

        PR objc/19321
        * objc.dg/func-ptr-2.m: New.
        * objc.dg/volatile-1.m: New.

From-SVN: r93706
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/func-ptr-2.m [new file with mode: 0644]
gcc/testsuite/objc.dg/volatile-1.m [new file with mode: 0644]