This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34848] [4.3 Regression] internal compiler error with optional argument of character type and array return type
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2008 19:59:31 -0000
- Subject: [Bug fortran/34848] [4.3 Regression] internal compiler error with optional argument of character type and array return type
- References: <bug-34848-9178@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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