s again for the patch
Dave
>
> Regards,
> Petter
>
>
> -Ursprungligt meddelande-
> Från: David Malcolm
> Skickat: den 8 september 2021 14:49
> Till: Petter Tomner ; gcc-patches@gcc.gnu.org;
> j...@gcc.gnu.org
> Ämne: Re: Sv: [PATCH 1/2 v2] jit : Generate debug i
ith the above change).
No, I don't have push rights to the GCC repo. Should I request it?
Regards,
Petter
-Ursprungligt meddelande-
Från: David Malcolm
Skickat: den 8 september 2021 14:49
Till: Petter Tomner ; gcc-patches@gcc.gnu.org; j...@gcc.gnu.org
Ämne: Re: Sv: [PATCH 1/2 v2]
On Tue, 2021-09-07 at 16:18 +, Petter Tomner via Gcc-patches wrote:
> I realized I still managed to mess up some WS. I have attached a
> patch that is the same, except fixes the WS issue
> underneath.
>
> Regards, Petter
>
> + FOR_EACH_VEC_ELT (m_globals, i, global)
> + rest_of_decl_
I realized I still managed to mess up some WS. I have attached a patch that is
the same, except fixes the WS issue
underneath.
Regards, Petter
+ FOR_EACH_VEC_ELT (m_globals, i, global)
+rest_of_decl_compilation (global, true, true);
0001-libgccjit-Generate-debug-info-for-variables-WS