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/66569] [CHKP] internal compiler error: in assign_by_spills


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

--- Comment #1 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Author: ienkovich
Date: Thu Jun 18 10:18:48 2015
New Revision: 224602

URL: https://gcc.gnu.org/viewcvs?rev=224602&root=gcc&view=rev
Log:
gcc/

        PR target/66569
        * function.c (assign_bounds): Add arguments assign_regs,
        assign_special, assign_bt.
        (assign_parms): For vararg functions handle bounds in BT
        and special slots after incoming vararg bounds.

gcc/testsuite/

        PR target/66569
        * gcc.target/i386/mpx/chkp-vararg.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/mpx/pr66569.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c
    trunk/gcc/testsuite/ChangeLog


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