This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52024] [OOP] GENERIC operator cannot be resolved
- 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: Tue, 31 Jan 2012 22:27:02 +0000
- Subject: [Bug fortran/52024] [OOP] GENERIC operator cannot be resolved
- Auto-submitted: auto-generated
- References: <bug-52024-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52024
--- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-31 22:27:02 UTC ---
(In reply to comment #8)
> I somehow missed comment 5
The ICE is fixed by the patch:
http://gcc.gnu.org/ml/fortran/2012-01/msg00277.html
However, I believe that test case is valid (NAG 5.1 also compiles it), but GCC
4.6 and current 4.7 (before Rev. 183771 and with submitted patch) rejected it
as ambiguous.
> TODO: Check whether ASSIGNMENT is currently correctly handled, it might have a
> similar issue.