[Bug fortran/49479] [4.6/4.7 Regression] reshape / optionals / zero sized arrays

Joost.VandeVondele at pci dot uzh.ch gcc-bugzilla@gcc.gnu.org
Mon Jun 20 20:05:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49479

--- Comment #1 from Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> 2011-06-20 20:04:47 UTC ---
the difference (I think) seems to be in the present check that has become

if (data != 0B && (integer(kind=4)[0:] * restrict) data->data != 0B)

instead of the original

if (data != 0B)



More information about the Gcc-bugs mailing list