On 10/5/21 20:44, Jason Merrill wrote:
That is the usual approach, yes. I was giving up on that, but perhaps it's
better to stick with it. Martin, want to make that fix for
save_opt_decoded_options?
Yes, I'm going to install the following patch once it survives regression tests
and bootstra
On 10/5/21 07:27, Richard Biener wrote:
On Mon, Oct 4, 2021 at 8:28 PM Jason Merrill via Gcc-patches
wrote:
When r12-4038 introduced the global auto_vec save_opt_decoded_options,
it broke compilers configured with --enable-gather-detailed-mem-stats,
due to the memory descriptors getting discar
On Tue, Oct 5, 2021 at 1:27 PM Richard Biener
wrote:
>
> On Mon, Oct 4, 2021 at 8:28 PM Jason Merrill via Gcc-patches
> wrote:
> >
> > When r12-4038 introduced the global auto_vec save_opt_decoded_options,
> > it broke compilers configured with --enable-gather-detailed-mem-stats,
> > due to the m
On Mon, Oct 4, 2021 at 8:28 PM Jason Merrill via Gcc-patches
wrote:
>
> When r12-4038 introduced the global auto_vec save_opt_decoded_options,
> it broke compilers configured with --enable-gather-detailed-mem-stats,
> due to the memory descriptors getting discarded before the auto_vec was
> destro
> On 4 Oct 2021, at 22:27, Jason Merrill via Gcc-patches
> wrote:
>
> On 10/4/21 14:37, Iain Sandoe wrote:
>> Hi Jason,
>>> On 4 Oct 2021, at 19:27, Jason Merrill via Gcc-patches
>>> wrote:
>>>
>>> When r12-4038 introduced the global auto_vec save_opt_decoded_options, it
>>> broke compile
On 10/4/21 14:37, Iain Sandoe wrote:
Hi Jason,
On 4 Oct 2021, at 19:27, Jason Merrill via Gcc-patches
wrote:
When r12-4038 introduced the global auto_vec save_opt_decoded_options, it broke
compilers configured with --enable-gather-detailed-mem-stats, due to the memory
descriptors getting d
Hi Jason,
> On 4 Oct 2021, at 19:27, Jason Merrill via Gcc-patches
> wrote:
>
> When r12-4038 introduced the global auto_vec save_opt_decoded_options, it
> broke compilers configured with --enable-gather-detailed-mem-stats, due to
> the memory descriptors getting discarded before the auto_vec
When r12-4038 introduced the global auto_vec save_opt_decoded_options,
it broke compilers configured with --enable-gather-detailed-mem-stats,
due to the memory descriptors getting discarded before the auto_vec was
destroyed. Attached below are two approaches to making this work,
either by usin