r196976 - in /branches/gcc-4_7-branch/gcc: Chan...
hjl@gcc.gnu.org
hjl@gcc.gnu.org
Fri Mar 22 16:36:00 GMT 2013
Author: hjl
Date: Fri Mar 22 16:36:22 2013
New Revision: 196976
URL: http://gcc.gnu.org/viewcvs?rev=196976&root=gcc&view=rev
Log:
Set callee_pass_avx256_p before emitting call instruction
gcc/
PR target/56560
* config/i386/i386.c (init_cumulative_args): Also set
cum->callee_return_avx256_p.
(ix86_function_arg): Set cum->callee_pass_avx256_p. Set
cfun->machine->callee_pass_avx256_p only when MODE == VOIDmode.
* config/i386/i386.h (ix86_args): Add callee_pass_avx256_p and
callee_return_avx256_p.
gcc/
PR target/56560
* gcc.target/i386/pr56560.c: New file.
Added:
branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr56560.c
Modified:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/config/i386/i386.c
branches/gcc-4_7-branch/gcc/config/i386/i386.h
branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list