This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49479] [4.6/4.7 Regression] reshape / optionals / zero sized arrays
- From: "Joost.VandeVondele at pci dot uzh.ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 20 Jun 2011 20:04:53 +0000
- Subject: [Bug fortran/49479] [4.6/4.7 Regression] reshape / optionals / zero sized arrays
- Auto-submitted: auto-generated
- References: <bug-49479-4@http.gcc.gnu.org/bugzilla/>
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)