This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35840] ICE for character expression in I/O specifier
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2008 13:39:11 -0000
- Subject: [Bug fortran/35840] ICE for character expression in I/O specifier
- References: <bug-35840-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from jvdelisle at gcc dot gnu dot org 2008-09-15 13:39 -------
Mikael, I was not referring to your code as poorly written. I was referring to
the Fortran test case in the original posting. The test case may be valid, but
somewhat ugly.
By all means, your code looks fine! You have done a great job. I am
suggesting to see if you can resolve the reduction of the initialization
expression inside gfc_resolve tag. That way it will apply to all cases of IO
tags. I submitted the partial patch partly to help show you where I was
referring to and partly to get another ICE out of the way while I debug the ABI
breakage on a different PR.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35840