* cp-lang.c (cxx_types_compatible_p): To the middle-end,
commitcc6a30aeb4c89c00cb58ba5df3d0bae4bccd5bb9
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jul 2004 21:50:51 +0000 (15 21:50 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jul 2004 21:50:51 +0000 (15 21:50 +0000)
treef820294f653da18ebccc79a5d1540ab7b4b21ed2
parent24e14d19fd1a59d2b2d95d485f88bfa8f4750248
    * cp-lang.c (cxx_types_compatible_p): To the middle-end,
        references and pointers are compatible.

        PR middle-end/15885
        * gimplify.c (gimplify_arg): New fn, split out from...
        (gimplify_call_expr): Here.  Special-case BUILT_IN_VA_START.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84782 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-lang.c
gcc/gimplify.c