This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31213] ICE on valid code with gfortran
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2007 16:17:50 -0000
- Subject: [Bug fortran/31213] ICE on valid code with gfortran
- References: <bug-31213-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from pault at gcc dot gnu dot org 2007-12-11 16:17 -------
I have now developed the patch for this and PR33998 to the point where the
original testcase compiles. It is, however, missing the interface
transformation of the array_spec of 'yoagly' aka 'ugly' aka 'but_ugly'. The
result is that the descriptor for the result of 'yaogly' is missing the bounds,
which causes the size to fail at runtime.
This missing element can be accomplished with the patch for PR33888, which is
also cooking. I expect to be able to submit a combined patch by the end of this
week.
Paul
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31213