> Attached is an updated version of the original patch described > below to annotate with the nonnull attribute the Built-In Functions > to Perform Arithmetic with Overflow Checking.
3 out of 5 ChangeLog entries are incorrect: gcc/ada/ChangeLog: PR c/71392 * gcc/ada/gcc-interface/utils.c (handle_nonnull_attribute): Accept the nonnull attribute in type-generic builtins. gcc/c-family/ChangeLog: PR c/71392 * gcc/c-family/c-common.c (handle_nonnull_attribute): Accept the nonnull attribute in type-generic builtins. gcc/lto/ChangeLog: PR c/71392 * gcc/lto/lto-lang.c (handle_nonnull_attribute): Accept the nonnull attribute in type-generic builtins. Prefixes of files must always be relative to the ChangeLog's directory: gcc/ada/ChangeLog: PR c/71392 * gcc-interface/utils.c (handle_nonnull_attribute): ... gcc/c-family/ChangeLog: PR c/71392 * c-common.c (handle_nonnull_attribute):... gcc/lto/ChangeLog: PR c/71392 * lto-lang.c (handle_nonnull_attribute): ... -- Eric Botcazou