This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33499] Rejects valid module with a contained function with an ENTRY
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Oct 2007 20:12:51 -0000
- Subject: [Bug fortran/33499] Rejects valid module with a contained function with an ENTRY
- References: <bug-33499-14284@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from tobi at gcc dot gnu dot org 2007-10-10 20:12 -------
The problem is that at the time we enter resolve_entries cx_radc has type
BT_UNKNOWN. I have no idea why that's the case. Removing the interface fixes
this. It's also a QOI issue that an error message about the master function
gets printed. In the course of getting this far with debugging I've somewhat
cleaned up resolve_etries(), I'm attaching this for the benefit of anyone
wanting to take this further.
--
tobi at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobi at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33499