This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31609] module that calls a contained function with an ENTRY point
- 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: 28 Jul 2007 15:29:55 -0000
- Subject: [Bug fortran/31609] module that calls a contained function with an ENTRY point
- References: <bug-31609-14284@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 2007-07-28 15:29 -------
Created an attachment (id=13994)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13994&action=view)
Example of bad translation
This attached example of tree-dump-original shows that we are getting a
translation error. See the k=2B . It should be k.1 = 2. So the error is
after my initial patch with test case in #8:
pr31609-2.f90:11: internal compiler error: gimplification failed
Getting closer I hope
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31609