This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36366] [4.3/4.4 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: 4 Jun 2008 21:15:17 -0000
- Subject: [Bug fortran/36366] [4.3/4.4 Regression] ICE in gfc_conv_component_ref
- References: <bug-36366-87@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pault at gcc dot gnu dot org 2008-06-04 21:15 -------
(In reply to comment #0)
This PR is totally vexacious!
A number of things get rid of the ICE:
(i) Interchange test2 and test3;
(ii) Interchange the USE statements in test2; or
(iii) Make the component of outer a non-pointer array.
At the moment, I cannot see what draws these together. Nor can I see any
difference in the .mod files for the cases that work....
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36366