[PATCH] jit: Add support for global rvalue initialization and ctors
Marc Nieper-Wißkirchen
marc.nieper+gnu@gmail.com
Mon Jan 24 13:43:53 GMT 2022
The corresponding ABI tag should be mentioned here:
https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html
The corresponding C++ API seems implemented but is not yet documented here:
https://gcc.gnu.org/onlinedocs/jit/cp/topics/index.html
(Should it nevertheless be, I was too blind to find the documentation.)
Thanks,
Marc
Am Mi., 15. Dez. 2021 um 15:13 Uhr schrieb Petter Tomner <tomner@kth.se>:
> Hi! I verified that it works with forward struct declares and circular
> pointers for globals and locals.
>
> I added it as tests last in:
> gcc/testsuite/jit.dg/test-global-init-rvalue.c
> gcc/testsuite/jit.dg/test-local-init-rvalue.c
>
> Regards,
More information about the Jit
mailing list