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/20323] optional arguments incorrectly accepted in specification expressions


------- 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


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