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/34848] [4.3 Regression] internal compiler error with optional argument of character type and array return type



------- Comment #8 from burnus at gcc dot gnu dot org  2008-01-22 19:59 -------
I only want to point out that the patch above only fixes a minor problem (which
was part of the draft patch): Before, for absent optional character strings no
string length was passed. Now "0" is passed. I don't know whether this could
causes problems in practice or not.
Patch: See above or http://gcc.gnu.org/ml/fortran/2008-01/msg00276.html

Next task: To fix the actual problem of this PR.


-- 


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


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