[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-05-08 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 Jim Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-04-06 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 --- Comment #11 from Jim Wilson --- Created attachment 43874 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43874=edit An unofficial patch to build one lp64d multilib.

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-04-06 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 --- Comment #10 from Jim Wilson --- The main problem turns out to be your deletion of MULTILIB_REUSE. You get an error if MULTILIB_REUSE refers to directories that aren't in MULTILIB_REQUIRED, but deleting the whole thing is wrong, as this is

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-04-02 Thread wilson at tuliptree dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 --- Comment #9 from Jim Wilson --- On Mon, 2018-04-02 at 23:50 +, joseph at codesourcery dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 > > --- Comment #8 from joseph at codesourcery dot com codesourcery dot com> --- >

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-04-02 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 --- Comment #8 from joseph at codesourcery dot com --- "." is correct for the default multilib in the non-OS directory arrangements, just not in the OS directory arrangements.

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-04-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 Jim Wilson changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-03-31 Thread rjones at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 --- Comment #6 from Richard W.M. Jones --- The paste removed the "di" from "diff" but the patch is otherwise as posted.

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-03-31 Thread rjones at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 --- Comment #5 from Richard W.M. Jones --- I'm not the original reporter but you could give us a few *minutes* at least to resolve these questions by just asking. The patch in question is this one. (I didn't write it, it was written by David

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-03-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/85142] Wrong -print-multi-os-directory & -print-multi-lib output for riscv64 + multilib

2018-03-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85142 --- Comment #3 from Andrew Pinski --- + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .riscv64_multilib --fuzz=0 patching file gcc/config/riscv/t-linux-multilib + cd nvptx-tools-c28050f60193b3b95a18866a96f03334e874e78f This is not the