OSDN Git Service

* builtins.c (stabilize_va_list): Stabilize array type va_list
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Sep 1999 08:15:38 +0000 (08:15 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Sep 1999 08:15:38 +0000 (08:15 +0000)
commit11a61dea09c60c2ef59154418facfb6e90d4d9bf
treea14d3c43fc5eb3c00ec2e264f337dbe3bd05f7e3
parent6129020e637cfc882e670ff6644481d3e17b5d41
    * builtins.c (stabilize_va_list): Stabilize array type va_list
        to a pointer type, not the base record type.
        (expand_builtin_va_copy): Dereference the pointers explicitly;
        use the correct size for the copy.

        * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
        (rs6000_va_arg): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29690 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/config/rs6000/rs6000.c