This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31609] module that calls a contained function with an ENTRY point



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]