[Bug fortran/49586] Multiple initialization with DATA: Warning and initialization order
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 30 11:43:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49586
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-30 11:43:24 UTC ---
The order apparently changed with
http://gcc.gnu.org/viewcvs?view=revision&revision=114406
which doesn't change the order actually, but only wouldn't overwrite anything.
So, even back then the DATA stmts used to be traversed in wrong order.
More information about the Gcc-bugs
mailing list