https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87003
Bug ID: 87003 Summary: use nonnull attribute in libgccjit.h Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: tromey at gcc dot gnu.org Target Milestone: --- Many functions in libgccjit.h take a pointer argument, and it isn't clear which of these can be NULL and which cannot. It would be a bit helpful if the nonnull attribute were applied where appropriate.