[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2019-09-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #21 from Iain Sandoe --- Author: iains Date: Sun Sep 8 19:41:20 2019 New Revision: 275495 URL: https://gcc.gnu.org/viewcvs?rev=275495=gcc=rev Log: [X86, testsuite] Fix PR rtl-optimisation/64895 XPASSes. These tests had started to

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2019-08-30 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #20 from Iain Sandoe --- Author: iains Date: Fri Aug 30 19:00:44 2019 New Revision: 275213 URL: https://gcc.gnu.org/viewcvs?rev=275213=gcc=rev Log: [Darwin, testsuite] Backport fix for 64895 XPASSes. These tests don't fail on

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2019-08-04 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #19 from Iain Sandoe --- testsuite fix applied for pic targets on trunk and 9.2

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2019-08-04 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #18 from Iain Sandoe --- Author: iains Date: Sun Aug 4 10:24:34 2019 New Revision: 274062 URL: https://gcc.gnu.org/viewcvs?rev=274062=gcc=rev Log: Darwin, X86, backport fixes for 64895. Although this is marked as rtl-optimisation,

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2019-05-23 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #17 from Iain Sandoe --- Author: iains Date: Thu May 23 09:23:47 2019 New Revision: 271544 URL: https://gcc.gnu.org/viewcvs?rev=271544=gcc=rev Log: x86, testsuite - update fuse-caller-save tests. These tests had started to XPASS on

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2019-05-22 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #16 from Iain Sandoe --- Created attachment 46398 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46398=edit testsuite patch Will post this later, tested on x86_64-linux and x86_64-darwin.

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2019-05-22 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #15

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2017-01-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #14 from Dominique d'Humieres --- > Between revisions r244915 and r244957 I got the following XPASS I have forgotten to say that it is on x86_64-apple-darwin16.

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2017-01-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #13 from Dominique d'Humieres --- Between revisions r244915 and r244957 I got the following XPASS XPASS: gcc.target/i386/fuse-caller-save-rec.c scan-assembler-not pop XPASS: gcc.target/i386/fuse-caller-save-rec.c scan-assembler-not

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2016-01-20 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 Renlin Li changed: What|Removed |Added CC||renlin at gcc dot gnu.org --- Comment #12

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2015-03-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #10 from vries at gcc dot gnu.org --- Author: vries Date: Mon Mar 16 09:42:21 2015 New Revision: 221448 URL: https://gcc.gnu.org/viewcvs?rev=221448root=gccview=rev Log: Revert 'Use actual_call_used_reg_set to find conflicting regs'

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2015-03-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2015-03-12 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 vries at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2015-03-12 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #9 from vries at gcc dot gnu.org --- Author: vries Date: Thu Mar 12 08:01:24 2015 New Revision: 221374 URL: https://gcc.gnu.org/viewcvs?rev=221374root=gccview=rev Log: Revert 'require nonpic target' for fuse-caller-save*.c

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2015-03-10 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 --- Comment #6 from vries at gcc dot gnu.org --- From PR64342 comment 7: Register allocation seems to progress similarly, up until this message in reload, which seems to be directly related to the r216154 patch: ... Spill r86 after risky

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2015-03-10 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 Vladimir Makarov vmakarov at gcc dot gnu.org changed: What|Removed |Added CC||vmakarov

[Bug rtl-optimization/64895] RA picks the wrong register for -fipa-ra

2015-03-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64895 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last