This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34556] Rejects valid with bogus error message: parameter initalization
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jan 2008 19:38:27 -0000
- Subject: [Bug fortran/34556] Rejects valid with bogus error message: parameter initalization
- References: <bug-34556-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-01-13 19:38 -------
In gfc_simplify_reshape, gfc_get_array_element is returning a NULL pointer.
This is due to a failure in expand_constructor. I am still tracing this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34556