This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41951] [OOP] ICE in gfc_match_varspec, at fortran/primary.c:1815
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 12 Dec 2011 08:03:41 +0000
- Subject: [Bug fortran/41951] [OOP] ICE in gfc_match_varspec, at fortran/primary.c:1815
- Auto-submitted: auto-generated
- References: <bug-41951-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41951
--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-12-12 08:03:41 UTC ---
STATUS:
With the commit for PR 41539, there is no longer an ICE.
However, while the example of comment 2 (attachment 18978) compiles, it fails
to link with: undefined reference to `assign_'
Given that NAG 5.2 compiles it and as "assign" is only called via
"assignment(=)", there must be some issue with the assignment resolution.