Re: [PATCH] Fix clang warning in pt.cc
On 2/21/22 17:48, Martin Liška wrote: Ready to be installed? I'm going to install this as obvious. Martin
[PATCH] Fix clang warning in pt.cc
Fixes: gcc/cp/pt.cc:13755:23: warning: suggest braces around initialization of subobject [-Wmissing-braces] tree_vec_map in = { fn, nullptr }; Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/cp/ChangeLog: * pt.cc (def