https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98408

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #2)
> Compiling the test with -Wall gives
> 
>     2 |   character (len=:), allocatable :: a(:)
>       |                                        ^
> Warning: '.a' is used uninitialized [-Wuninitialized]
> 
> > Not so much a bug as a 'feature', I'm afraid.
> 
> Does it mean "another false positive for -Wuninitialized"?

It does look like it

Paul

Reply via email to