This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20904] optional argument in specification expression
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 May 2005 17:38:26 -0000
- Subject: [Bug fortran/20904] optional argument in specification expression
- References: <20050408160653.20904.jv244@cam.ac.uk>
- Reply-to: gcc-bugzilla 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:
[tobi@marktplatz 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
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobi at gcc dot gnu dot org
Status|UNCONFIRMED |RESOLVED
Keywords| |accepts-invalid
Resolution| |WORKSFORME
Summary|error needed |optional argument in
| |specification expression
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20904