[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-12-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #12 from Jakub Jelinek --- Author: jakub Date: Thu Dec 6 12:20:09 2018 New Revision: 266852 URL: https://gcc.gnu.org/viewcvs?rev=266852&root=gcc&view=rev Log: PR target/87598 * config/aarch64/aarch64.c (aarch64_print

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #10

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-11-20 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #9 from Segher Boessenkool --- Yes, and the powerpc part is ancient (and no one reported it), so I'm not planning to backport it.

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-11-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Richard Biener changed: What|Removed |Added Known to work|9.0 | Summary|[8 Regression] Reje

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-22 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #7 from Segher Boessenkool --- Author: segher Date: Mon Oct 22 14:03:22 2018 New Revision: 265392 URL: https://gcc.gnu.org/viewcvs?rev=265392&root=gcc&view=rev Log: rs6000: Handle print_operand_address for unexpected RTL (PR87598) A

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-22 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #6 from Segher Boessenkool --- No problem, and thanks for finding and reporting the bug :-) This bug is over 25 years old... I'm committing a fix for the rs6000 part.

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-22 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #5 from rguenther at suse dot de --- On Sat, 20 Oct 2018, segher at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 > > --- Comment #3 from Segher Boessenkool --- > GCC 7 fails for me like the rest, and

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-22 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #4 from rguenther at suse dot de --- On Sat, 20 Oct 2018, segher at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 > > --- Comment #2 from Segher Boessenkool --- > rs6000.c print_operand_address does no

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-20 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #3 from Segher Boessenkool --- GCC 7 fails for me like the rest, and according to history it should have failed since day 1, over 28 years ago. Is that "works with 7.3.1" for aarch64 only?

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-20 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #2 from Segher Boessenkool --- rs6000.c print_operand_address does not like (const_int 0) or any other const_int. Power *can* actually have constant numbers as data addresses, but only for instructions that have some D form; and GCC

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-19 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Segher Boessenkool changed: What|Removed |Added Target|aarch64, powerpc64le|aarch64, powerpc*-*-* S

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Richard Biener changed: What|Removed |Added Target||aarch64, powerpc64le Known to work