------- Comment #5 from jakub at gcc dot gnu dot org 2010-07-01 11:02 ------- Subject: Bug 44575
Author: jakub Date: Thu Jul 1 11:01:58 2010 New Revision: 161660 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161660 Log: Backport from mainline 2010-06-21 Jakub Jelinek <ja...@redhat.com> PR target/44575 * config/i386/i386.c (ix86_gimplify_va_arg): When copying va_arg from a set of register save slots into a temporary, if the container is bigger than type size, do the copying using smaller mode or using memcpy. * gcc.c-torture/execute/pr44575.c: New test. Added: branches/gcc-4_5-branch/gcc/testsuite/gcc.c-torture/execute/pr44575.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/config/i386/i386.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44575