[Bug fortran/16511] Test 19990905-0.f fails with gfortran

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Mar 10 14:39:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-10 14:39 -------
The way I came to that conclusion was the following code worked:
c { dg-do compile }
      subroutine sub(a)
      common /info/ m, n
      real a(m,n)
      a(1,1) = a(2,2)
      end

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16511



More information about the Gcc-bugs mailing list