[Bug jit/84288] Support jit on Solaris

2021-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug jit/84288] Support jit on Solaris

2018-11-20 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #9 from Martin Liška --- > Rainer: Can the bug be marked as resolved? No, there are quite a number of issues still open: * the total_sz_out printing, * hardcoded

[Bug jit/84288] Support jit on Solaris

2018-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #9

[Bug jit/84288] Support jit on Solaris

2018-03-21 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #8 from Rainer Orth --- Author: ro Date: Wed Mar 21 17:39:16 2018 New Revision: 258727 URL: https://gcc.gnu.org/viewcvs?rev=258727=gcc=rev Log: Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR jit/84288) gcc/jit:

[Bug jit/84288] Support jit on Solaris

2018-03-20 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #6 from David Malcolm --- > I'm not sure if r258388 fixes the linker issue on Solaris, but it should make > it much easier to fix; e.g. to apply your patch here: >

[Bug jit/84288] Support jit on Solaris

2018-03-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #6 from David Malcolm --- I'm not sure if r258388 fixes the linker issue on Solaris, but it should make it much easier to fix; e.g. to apply your patch here: https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00835.html (currently

[Bug jit/84288] Support jit on Solaris

2018-03-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #5 from David Malcolm --- Author: dmalcolm Date: Fri Mar 9 15:24:44 2018 New Revision: 258388 URL: https://gcc.gnu.org/viewcvs?rev=258388=gcc=rev Log: jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and PR

[Bug jit/84288] Support jit on Solaris

2018-02-15 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #4 from Rainer Orth --- (In reply to Rainer Orth from comment #0) [...] > * In the 32-bit case, two tests FAIL like this: > > PASSED: test-vector-rvalues.cc.exe iteration 1 of 5: verify_vec_code: > fn is > non-null >

[Bug jit/84288] Support jit on Solaris

2018-02-15 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug jit/84288] Support jit on Solaris

2018-02-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > * If DejaGnu is installed into a non-system directory, dejagnu.h isn't found > compiling the tests. I've hacked around this by hardcoding a matching -I > option in jit.exp. I

[Bug jit/84288] Support jit on Solaris

2018-02-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84288 --- Comment #1 from David Malcolm --- Candidate patch for the linker issue: https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00776.html