This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/65887] remove va_arg ap copies


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65887

--- Comment #5 from vries at gcc dot gnu.org ---
Author: vries
Date: Tue Apr 28 20:58:51 2015
New Revision: 222546

URL: https://gcc.gnu.org/viewcvs?rev=222546&root=gcc&view=rev
Log:
Remove ifn_va_arg ap fixup

2015-04-28  Tom de Vries  <tom@codesourcery.com>

        PR tree-optimization/65887
        * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.

        * c-common.c (build_va_arg): Mark va_arg ap argument as addressable.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/gimplify.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]