mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
re PR target/65729 (ICE (in prohibited_class_reg_set_mode_p, at lra-constraints.c) on arm-linux-gnueabihf)
2015-04-10 Vladimir Makarov <vmakarov@redhat.com> PR target/65729 * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the assert. From-SVN: r221975
This commit is contained in:
parent
00778bed5f
commit
6a65cb99fd
@ -1,3 +1,9 @@
|
||||
2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR target/65729
|
||||
* lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
|
||||
assert.
|
||||
|
||||
2015-04-10 Jakub Jelinek <jakub@redhat.com>
|
||||
Iain Sandoe <iain@codesourcery.com>
|
||||
|
||||
|
@ -1656,7 +1656,8 @@ prohibited_class_reg_set_mode_p (enum reg_class rclass,
|
||||
{
|
||||
HARD_REG_SET temp;
|
||||
|
||||
lra_assert (hard_reg_set_subset_p (set, reg_class_contents[rclass]));
|
||||
// ??? Is this assert right
|
||||
// lra_assert (hard_reg_set_subset_p (set, reg_class_contents[rclass]));
|
||||
COPY_HARD_REG_SET (temp, set);
|
||||
AND_COMPL_HARD_REG_SET (temp, lra_no_alloc_regs);
|
||||
return (hard_reg_set_subset_p
|
||||
|
Loading…
x
Reference in New Issue
Block a user