public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* patch for PR65729
@ 2015-04-10 16:39 Vladimir Makarov
  2015-04-14  8:08 ` Yvan Roux
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Makarov @ 2015-04-10 16:39 UTC (permalink / raw)
  To: gcc-patches

I've committed the following patch for

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

  The assert is definitely wrong.  We will work for the right one for 
GCC-5.1.

Committed as rev. 221975.

2015-04-10  Vladimir Makarov <vmakarov@redhat.com>

         PR target/65729
         * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
         assert.

Index: lra-constraints.c
===================================================================
--- lra-constraints.c   (revision 221949)
+++ lra-constraints.c   (working copy)
@@ -1656,7 +1656,8 @@
  {
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-18 14:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10 16:39 patch for PR65729 Vladimir Makarov
2015-04-14  8:08 ` Yvan Roux
2015-04-14  8:11   ` Jakub Jelinek
2015-04-14 15:36     ` Vladimir Makarov
2015-04-15 12:51       ` Yvan Roux
2015-04-18 14:22         ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).