[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-25 Thread luoxhu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 luoxhu at gcc dot gnu.org changed: What|Removed |Added CC||luoxhu at gcc dot gnu.org

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 David Edelsohn changed: What|Removed |Added Attachment #50042|0 |1 is obsolete|

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 --- Comment #3 from David Edelsohn --- Created attachment 50042 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50042=edit patch This is a version of the patch that compiles. I moved the definitions of vector_set_var after the p8 and p9

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 --- Comment #2 from David Edelsohn --- As with vector_extract, the P8 version requires TARGET_DIRECT_MOVE_64BIT. I think that this needs something like the following: --- rs6000.c2021-01-22 11:45:39.0 -0500 +++ cc.c

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-22 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Target Milestone|---