[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path when driver is not installed

2021-07-11 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 Sergei Trofimovich changed: What|Removed |Added CC||slyfox at gcc dot gnu.org --- Comme

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path when driver is not installed

2021-05-05 Thread leonard at lausen dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #8 from leonard at lausen dot nl --- Is there any blocker preventing the patch to be merged? This bug can be easily reproduced by masquerading gcc binary with ccache compiler cache. ln -s ccache /usr/local/bin/gcc See https://ccache.d

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path when driver is not installed

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

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path when driver is not installed

2019-07-24 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #7 from Matthias Klose --- a patch was posted at https://gcc.gnu.org/ml/gcc-patches/2019-03/msg01045.html

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path when driver is not installed

2019-07-22 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 acsawdey at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path when driver is not installed

2019-03-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 David Malcolm changed: What|Removed |Added Summary|gcc_lib_dir is missing from |gcc_lib_dir is missing from

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path

2019-03-20 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #4 from Matthias Klose --- Understood, that I need binutils. However if you remove the driver (or rename it on your system), then the debug output reads: JIT:entering: virtual void gcc::jit::playback::compile_to_memory::postproce

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path

2019-03-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #3 from David Malcolm --- You definitely need binutils for libgccjit; it calls the driver (embedded internally in the .so by default), which invokes the assembler and linker.

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path

2019-03-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #2 from David Malcolm --- playback::context::invoke_driver builds the command line for the driver. Does it work with each of these: gcc_jit_context_set_bool_use_external_driver (ctxt, 1); gcc_jit_context_set_bool_use_external_d

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path

2018-10-30 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #1 from Matthias Klose --- it looks like the code can run without the external driver, but it cannot find the needed files in the install location.