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
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
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
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