On 9/15/20 11:06 AM, Martin Sebor via Gcc-patches wrote: > The attached patch updates the manual to mention that Wuninitialized > and -Wmaybe-uninitialized are issued for both auto and allocated > objects, as well as for passing pointers to uninitialized objects > to const-qualified parameters.  Both of these features are GCC 11 > enhancements. > > Martin > > patches-gcc-wuninit-allocated.diff > > Document -Wuninitialized for allocated objects. > > gcc/ChangeLog: > > * doc/invoke.texi (-Wuninitialized): Document -Wuninitialized for > allocated objects. > (-Wmaybe-uninitialized): Same. OK jeff