[Bug jit/68446] jit testsuite failures seen inside dwarf2out.c:gen_producer_string

2016-01-12 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68446 --- Comment #4 from David Malcolm --- Created attachment 37317 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37317&action=edit Work-in-progress patch to fix this

[Bug jit/68446] jit testsuite failures seen inside dwarf2out.c:gen_producer_string

2016-01-12 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68446 --- Comment #3 from David Malcolm --- (In reply to Martin Liška from comment #2) > Hi David. > > I've just verified that the invalid free is presented since introduction of > driver::finalize in r227188. > > This is valgrind report coming from

[Bug jit/68446] jit testsuite failures seen inside dwarf2out.c:gen_producer_string

2015-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68446 --- Comment #2 from Martin Liška --- Hi David. I've just verified that the invalid free is presented since introduction of driver::finalize in r227188. This is valgrind report coming from r230263 (one revision before the suspected): $ /home/ma

[Bug jit/68446] jit testsuite failures seen inside dwarf2out.c:gen_producer_string

2015-11-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68446 --- Comment #1 from David Malcolm --- (In reply to David Malcolm from comment #0) [...] > I ran a git bisect, it indicated that the failure of test-volatile.c was > introduced by: > > commit 25faed340686df8d7bb2242dc8d04285976922b6 > Author: mar