This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/66569] [CHKP] internal compiler error: in assign_by_spills
- From: "ienkovich at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 18 Jun 2015 10:19:20 +0000
- Subject: [Bug target/66569] [CHKP] internal compiler error: in assign_by_spills
- Auto-submitted: auto-generated
- References: <bug-66569-4 at http dot gcc dot gnu dot org/bugzilla/>
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