This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25060] assignment of assumed size array not allowed
- 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: 13 Jan 2006 19:16:02 -0000
- Subject: [Bug fortran/25060] assignment of assumed size array not allowed
- References: <bug-25060-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pault at gcc dot gnu dot org 2006-01-13 19:16 -------
I just noticed this one: As of tonight (20061301), trunk gives
In file pr25029.f90:3
a = 1.e0
1
Error: The upper bound in the last dimension must appear in the reference to
the assumed size array 'a' at (1)
Tomorrow morning, 4.1 will do likewise.
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25060