https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96066
Bug ID: 96066
Summary: Cannot use values from some builtins because they are
of void type
Product: gcc
Version: 10.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: jit
Assignee: dmalcolm at gcc dot gnu.org
Reporter: bouanto at zoho dot com
Target Milestone: ---
Hi.
Some builtin functions, like __atomic_fetch_add, have a generic return type
which libgccjit consider to be void.
That makes it impossible to use this value.
Thanks to fix this issue.