On Wed, Apr 13, 2016 at 03:11:34PM -0400, Jason Merrill wrote: > commit 761983a023b5217ef831a43f423779940c788ecf > Author: Jason Merrill <ja...@redhat.com> > Date: Tue Apr 12 13:16:50 2016 -0400 > > gcc/ > * cfgexpand.c (pass_expand::execute): Handle attribute abi_warning. > * expr.c (expand_expr_real_1): Likewise. > gcc/cp/ > * call.c (empty_class_msg, mark_for_abi_warning): New. > (build_call_a): Use them. > * decl.c (store_parm_decls): Use mark_for_abi_warning. > * error.c (pp_format_to_string): New.
I think you should put a space into the attribute name instead of _ to make it clear that it is not an attribute users can use directly in their code through __attribute__. Otherwise it looks reasonable to me. Jakub