[Bug fortran/59781] [5/6 Regression] [F03] Incorrect initialisation of derived type

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Fri Dec 23 11:10:00 GMT 2016


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

--- Comment #14 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Also the dump for comment 1 looks ok on trunk, showing the correct
> initialization for the c_ptr variable:
>
>         {
>           void * c_ptr.1;
>
>           c_ptr.1 = 0B;
>           dsfmt_t.0.dsfmt_state = c_ptr.1;
>         }
>
> If one can identify the commit that fixed it on trunk, it could be backported
> to the release branches.

AFAICT the above piece of dump appeared between revisions r241883 (2016-11-06,
none) and r241924 (2016-11-07, present), likely r241885. If I am correct, I am
not sure that the commit qualifies for back port.


More information about the Gcc-bugs mailing list