On Wed, May 06, 2026 at 02:18:06PM -0400, Jason Merrill wrote:
> --- a/gcc/cp/error.cc
> +++ b/gcc/cp/error.cc
> @@ -3331,6 +3331,11 @@ dump_expr (cxx_pretty_printer *pp, tree t, int flags)
>
> case REFLECT_EXPR:
> {
> + if (null_reflection_p (t))
> + {
> + pp_cxx_ws_string (pp, "std::info{}");
"std::meta::info{}"
Otherwise LGTM.
Jakub
