This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16511] Test 19990905-0.f fails with gfortran
- From: "paulthomas2 at wanadoo dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Dec 2004 08:56:29 -0000
- Subject: [Bug fortran/16511] Test 19990905-0.f fails with gfortran
- References: <20040713055437.16511.billingd@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From paulthomas2 at wanadoo dot fr 2004-12-10 08:56 -------
(In reply to comment #7)
The COMMON block has nothing to do with the problem:
subroutine sub(a)
integer :: m=2,n=2
real a(m,n)
end subroutine sub
Fails to compile too, with the same message.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16511