]> git.ipfire.org Git - thirdparty/gcc.git/commit
attribs: Add missing auto_diagnostic_group 3 times
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Oct 2022 19:05:16 +0000 (21:05 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 4 Oct 2022 19:05:16 +0000 (21:05 +0200)
commitade1e0d5896221500d1cbda38cd631cf80325aaa
treedf8c04f65950b5287e2bd19c3913b4f993aa17ec
parent87b0fe37a2a5916cd09586e2af83b8203f57612a
attribs: Add missing auto_diagnostic_group 3 times

In these spots, the error/error_at has some inform afterwards which are
explanation part of the same diagnostics, so should be tied with
auto_diagnostic_group with it.

2022-10-04  Jakub Jelinek  <jakub@redhat.com>

* attribs.cc (handle_ignored_attributes_option, decl_attributes,
common_function_versions): Use auto_diagnostic_group.
gcc/attribs.cc