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 target/66258] compiling a stdarg function with arch +nofp generates an ICE


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

--- Comment #9 from Jim Wilson <wilson at gcc dot gnu.org> ---
Author: wilson
Date: Tue Jun 16 20:11:41 2015
New Revision: 224538

URL: https://gcc.gnu.org/viewcvs?rev=224538&root=gcc&view=rev
Log:
gcc/
        Backport from mainline
        2015-06-02  Jim Wilson  <jim.wilson@linaro.org>

        PR target/66258
        * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
        !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
        (aarch64_secondary_reload): Likewise
        (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
        to !TARGET_FLOAT.
        (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
        Likewise.

Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/aarch64/aarch64.c


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