https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87291

--- Comment #21 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
(In reply to bouanto from comment #20)
> Well, there's syntax for assembly at the top-level so the user can enter
> anything he wants, like in C.
> I can craft you an example if you need to, though.

I could use a concrete example of what you might use in C.

An issue is ordering: in C, these top-level statements presumably are ordered
relative to each other and the function bodies, based on the order they're seen
by the parser (though I'm guessing here).  Would something similar happen based
on the order of calls to gcc_jit_context_new_function?

Reply via email to