This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25029] Assumed size array can be associated with array pointer without upper bound of last dimension
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Dec 2005 15:19:54 -0000
- Subject: [Bug fortran/25029] Assumed size array can be associated with array pointer without upper bound of last dimension
- References: <bug-25029-9795@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pault at gcc dot gnu dot org 2005-12-30 15:19 -------
An easy question for a change! No, I had committed the patch but had to remove
it because it broke things in ways that I could not handle, whilst we had house
guests.
2005-12-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/25029
PR fortran/21256
* resolve.c (check_assumed_size_reference,
resolve_assumed_size_actual):
Remove because of regressions caused by patch.
(resolve_function, resolve_call, resolve_variable): Remove assumed size
checks because of regressionscaused by patch.
The upgraded version is regtesting, as I write. I am going to add Toon's
testcase and to make absolutely sure, this time, that all the intrinsics behave
correctly. I should be submitting tomorrow morning.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25029