Hi David, > On 2 Sep 2021, at 15:47, David Malcolm <dmalc...@redhat.com> wrote: > > On Thu, 2021-08-19 at 19:59 +0100, Iain Sandoe wrote:
>> OK for master? > > Did you try this with RUN_UNDER_VALGRIND set? Assuming that that still > works, yes, looks good to me. For what configuration parameters is this expected to work? With unpatched master and "--enable-languages=all --enable-host-shared --enable-default-pie” RUN_UNDER_VALGRIND=1 make check-jit I am seeing a large number of fails of the form: ERROR: verbose: illegal argument: --19611-- When reading debug info from /tmp/libgccjit-9Op2CX/fake.so: ERROR: verbose: illegal argument: --19611-- parse_CU_Header: is neither DWARF2 nor DWARF3 nor DWARF4 and a lot of timeouts. guessing there’s something needed to make this DWARF-5 friendly? (this is on gcc123) Will report on the various test permutations once I get this sorted out … cheers Iain