This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53259] [OOP] virtual call to type bound procedure calls base, not extension?
- 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: Sun, 06 May 2012 21:39:05 +0000
- Subject: [Bug fortran/53259] [OOP] virtual call to type bound procedure calls base, not extension?
- Auto-submitted: auto-generated
- References: <bug-53259-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53259
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |burnus at gcc dot gnu.org
Resolution| |INVALID
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-05-06 21:39:05 UTC ---
According to the comments at
http://gcc.gnu.org/ml/fortran/2012-05/msg00041.html and
http://gcc.gnu.org/ml/fortran/2012-05/msg00037.html, the result seems to be
correct.
Also ifort (v11.1), pgf95 (v11.11-0) and Cray cce 8.02 give the same result as
gfortran 4.6 to 4.8.
Thus, I close the bug as INVALID.
(If you find an indication that the PR is not invalid, feel free to reopen it.)