[Bug fortran/20904] optional argument in specification expression

2005-05-19 Thread jv244 at cam dot ac dot uk
--- Additional Comments From jv244 at cam dot ac dot uk 2005-05-19 17:58 --- (In reply to comment #1) > I get this error: > [EMAIL PROTECTED] tests]$ ~/src/gcc-new/build/gcc/f951 pr20904.f90 > In file pr20904.f90:3 > >character(len=arg) :: s > 1 > Error: Dummy argum

[Bug fortran/20904] optional argument in specification expression

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:38 --- I get this error: [EMAIL PROTECTED] tests]$ ~/src/gcc-new/build/gcc/f951 pr20904.f90 In file pr20904.f90:3 character(len=arg) :: s 1 Error: Dummy argument 'arg' at (1) cannot be OPTIONAL