builtins.c (stabilize_va_list): Stabilize array type va_list to a pointer type, not...
authorRichard Henderson <rth@cygnus.com>
Tue, 28 Sep 1999 08:15:38 +0000 (01:15 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 28 Sep 1999 08:15:38 +0000 (01:15 -0700)
commit8ebecc3b1c66783ed62d5af14148c0778ac66131
treea14d3c43fc5eb3c00ec2e264f337dbe3bd05f7e3
parent5e49cb95ea7a100ec8b737938efbaf389be31309
builtins.c (stabilize_va_list): Stabilize array type va_list to a pointer type, not the base record type.

        * 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.

From-SVN: r29690
gcc/ChangeLog
gcc/builtins.c
gcc/config/rs6000/rs6000.c