[Bug fortran/31609] module that calls a contained function with an ENTRY point
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jul 28 15:30:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list