]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Add missing auto_diagnostic_groups to constexpr.cc
authorNathaniel Shead <nathanieloshead@gmail.com>
Tue, 17 Oct 2023 10:35:21 +0000 (21:35 +1100)
committerJason Merrill <jason@redhat.com>
Tue, 17 Oct 2023 20:19:02 +0000 (16:19 -0400)
commit4f8700078c8e7d8b9c2022c77b0da007810deb0f
tree135f96193279497967ae26827c280db30739cb8a
parent9cad42786ca28461633d524bbb6480f388bfdc55
c++: Add missing auto_diagnostic_groups to constexpr.cc

gcc/cp/ChangeLog:

* constexpr.cc (cxx_eval_dynamic_cast_fn): Add missing
auto_diagnostic_group.
(cxx_eval_call_expression): Likewise.
(diag_array_subscript): Likewise.
(outside_lifetime_error): Likewise.
(potential_constant_expression_1): Likewise.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
Reviewed-by: Marek Polacek <polacek@redhat.com>
gcc/cp/constexpr.cc