https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87291
Bug ID: 87291 Summary: Add support for inline asm to libgccjit Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: programmerjake at gmail dot com Target Milestone: --- I'm thinking of using libgccjit for generating code for a custom RISC-V architecture. Support for using inline asm would be nice so I can use stock gcc without having to add lots of intrinsics for custom instructions. If this isn't the right place for feature requests please let me know.