http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56560



Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|NEW                         |RESOLVED

         Resolution|                            |FIXED

   Target Milestone|4.7.4                       |4.7.3



--- Comment #11 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-05-06 
14:42:04 UTC ---

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

Reply via email to