[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-06 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 --- Comment #11 from CVS Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:e6ce69cae5059dfd715edd4e26653c23baf4cb0f commit r10-7069-ge6ce69cae5059dfd715edd4e26653c23baf4cb0f Author: Andrew Pinski Date: Fri Ma

[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-06 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 --- Comment #10 from Jeffrey A. Law --- So what seems to be happening here for the original test is we have something like this just before split3: (insn 14 13 28 2 (parallel [ (set (mem/v:SI (reg/f:DI 0 x0 [97]) [-1 S4 A32])

[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 --- Comment #9 from Martin Liška --- (In reply to Andrew Pinski from comment #7) > This seems to fix the issue (but I am not a scheduler expert and I am not > 100% sure about it): > diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c > index 1d3de

[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-03 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #8 fr

[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 --- Comment #7 from Andrew Pinski --- This seems to fix the issue (but I am not a scheduler expert and I am not 100% sure about it): diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 1d3de7b6a76..9ca986eabdd 100644 --- a/gcc/haifa-sched.c

[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 --- Comment #6 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > Since this insn is not a INSN but a note, REG_NOTES is not value. s/value/valid/

[Bug rtl-optimization/93996] [10 Regression] ICE in lookup_page_table_entry

2020-03-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996 Andrew Pinski changed: What|Removed |Added Keywords||ice-checking Component|target