This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25730] [4.1/4.2 Regression] ICE in gfc_conv_component_ref
- 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 Jan 2006 07:42:13 -0000
- Subject: [Bug fortran/25730] [4.1/4.2 Regression] ICE in gfc_conv_component_ref
- References: <bug-25730-10493@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from pault at gcc dot gnu dot org 2006-01-11 07:42 -------
Fixed on trunk and 4.1.
Many thanks for reporting this. It's sometimes hard to remember all the cases
needed to test a patch and we depend on rapid feedback to get it right. In
this case, I just plain forgot that character components have this separate
backend declaration that has to be copied as well. None of my testcases had
character components, needless to say!
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25730