[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2019-11-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 John David Anglin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2019-11-06 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #9 from John David Anglin --- Author: danglin Date: Wed Nov 6 23:46:04 2019 New Revision: 277894 URL: https://gcc.gnu.org/viewcvs?rev=277894=gcc=rev Log: Backport from mainline 2018-09-19 John David Anglin

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2019-11-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #8 from Jeffrey A. Law --- Correct: 2018-09-19 John David Anglin * config/pa/pa.c (pa_adjust_priority): Delete. (TARGET_SCHED_ADJUST_PRIORITY): Delete define.

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2019-11-04 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #7 from John David Anglin --- I think I removed TARGET_SCHED_ADJUST_PRIORITY stuff...

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-09-10 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #6 from John David Anglin --- The patch was approved by Jeff Law. The ICE indicates that there was a negative priority generated in testcase on ia64. Negative priorities present a problem for targets that define

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-09-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-09-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-09-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #3 from John David Anglin --- Author: danglin Date: Sat Sep 8 13:20:23 2018 New Revision: 264168 URL: https://gcc.gnu.org/viewcvs?rev=264168=gcc=rev Log: PR rtl-optimization/85458 * sel-sched.c

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-07-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #2 from John David Anglin --- The ICE occurs because pa_adjust_priority reduces priority from 1 to 0. The documentations for TARGET_SCHED_ADJUST_PRIORITY states: @deftypefn {Target Hook} int TARGET_SCHED_ADJUST_PRIORITY (rtx_insn

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2018-07-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #1 from John David Anglin --- On linux with 8.2.1 20180729, we have: spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/xgcc -B/home/dave/gnu/gcc/objdir/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr83480.c