[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2021-12-09 Thread vivekrao4 at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 Vivek Rao changed: What|Removed |Added CC||vivekrao4 at yahoo dot com --- Comment #13

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2021-07-01 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 --- Comment #12 from Tobias Burnus --- character(len=:), allocatable :: aa(:) character(len=:), pointer :: pp(:) allocate(character(len=5) :: aa(5), pp(5)) end gives with gfortran -Wall 1 | character(len=:), allocatable :: aa(:)

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2021-06-10 Thread johnsonsr at ornl dot gov via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 Seth Johnson changed: What|Removed |Added CC||johnsonsr at ornl dot gov --- Comment

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2021-03-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 Martin Sebor changed: What|Removed |Added Known to fail||10.2.0, 11.0, 4.8.4, 4.9.4,

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2019-03-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 --- Comment #9 from Dominique d'Humieres --- The dump-tree-original shows ... if (name_format != 0B) goto L.1; name_format = (character(kind=1)[1:.name_format] *) __builtin_malloc (1); goto L.2; L.1:; if (.name_format == 0)

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2019-03-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 Dominique d'Humieres changed: What|Removed |Added CC||adam at aphirst dot karoo.co.uk

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2018-12-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 Dominique d'Humieres changed: What|Removed |Added CC||fmartinez at gmv dot com ---

[Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

2018-07-02 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56670 janus at gcc dot gnu.org changed: What|Removed |Added Summary|Allocatable-length |Allocatable-length