19 Feb
2021
19 Feb
'21
14:51
On 2/19/21 3:18 PM, Richard Biener wrote:
Looks like a dependence issue to me, you are using gcc 10 for the configure test - can you show the version of libgccjit-devel? I think the gccjit from gcc11 expects gcc11 to be installed which is maybe not.
Thanks for the report. Situation is worse, even having installed gcc11 the issue happens: looking into strace, the following driver binary is looked for: x86_64-suse-linux-gcc-11 that comes from gcc/jit/jit-playback.c: static const char * const gcc_driver_name = GCC_DRIVER_NAME; I'm going to investigate into what is it set in gcc11 package build. Martin