This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/23446] Valid internal subprogram array argument declaration is not accepted.


------- Additional Comments From enok at lysator dot liu dot se  2005-08-17 17:07 -------
Created an attachment (id=9521)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9521&action=view)
Testcase that is accepted by other compilers, but rejected by gfortran.

The output from gfortran follows:
> gfortran -c tst.f90
 In file tst.f90:10

    INTEGER A(IMAX)
	     1
Error: Variable 'imax' cannot appear in the expression at (1)
>

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]