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: 20 Jan 2008 15:36:15 -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 #6 from burnus at gcc dot gnu dot org 2008-01-20 15:36 -------
Created an attachment (id=14978)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14978&action=view)
First draft of the patch
The patch works for the test case, but it fails for auto_char_dummy_array_1.f90
(ICE) and for bind_c_usage_13.f03 (string length is passed, but should not for
Bind(C)).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34848