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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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])
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
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
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
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/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93996
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-checking
Component|target