This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52016] [OOP] Polymorphism and elemental: missing diagnostic
- 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: Fri, 27 Jan 2012 10:51:18 +0000
- Subject: [Bug fortran/52016] [OOP] Polymorphism and elemental: missing diagnostic
- Auto-submitted: auto-generated
- References: <bug-52016-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52016
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-27 10:51:18 UTC ---
(In reply to comment #0)
> This PR is probably a duplicate of pr52013
No, that's a separate issue: That test case will also fail when this PR is
fixed. (Currently, it fails because of this PR *and* due to another reason.)
> with a fix before submission
> http://gcc.gnu.org/ml/fortran/2012-01/msg00224.html
Indeed, that's the patch for this issue.