[Bug fortran/87043] maybe-uninitialized warning for initialized variable

2018-10-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87043 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/87043] maybe-uninitialized warning for initialized variable

2018-10-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87043 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/87043] maybe-uninitialized warning for initialized variable

2018-08-22 Thread pvitt at posteo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87043 --- Comment #2 from Peter Vitt --- Oh, I see your point. But then still the question is why this warning is not shown when compiling with -Og.

[Bug fortran/87043] maybe-uninitialized warning for initialized variable

2018-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87043 --- Comment #1 from Richard Biener --- In .original I see if (world_rank == 0) { ... stat.0 = 0; error_messages.data = (void * restrict) __builtin_malloc (MAX_EXPR ); if (