This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions
- From: "Thomas dot Koenig at online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Mar 2005 16:01:52 -0000
- Subject: [Bug fortran/20323] optional arguments incorrectly accepted in specification expressions
- References: <20050304195657.20323.tow21@cam.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From Thomas dot Koenig at online dot de 2005-03-09 16:01 -------
The complaint is a segfault at runtime when
you actually want to do anything with the
string whose length depends on a missing
optional argument. This isn't too bad (the
same thing happens if you access a missing
optional argument).
Thomas
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20323