[Bug fortran/67679] -Wunitialized reports on compiler generated variables

2017-07-28 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67679 --- Comment #2 from janus at gcc dot gnu.org --- Here is another test case with similar behavior: subroutine s(h, Gmin, r) implicit none real, intent(in) :: Gmin(3), h(3) integer, intent(inout) :: r integer :: x_min(3),

[Bug fortran/67679] -Wunitialized reports on compiler generated variables

2015-09-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67679 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|