From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23860 invoked by alias); 18 Mar 2013 12:17:33 -0000 Received: (qmail 23426 invoked by uid 48); 18 Mar 2013 12:17:00 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/56500] [OOP] "IMPLICIT CLASS(...)" wrongly rejected Date: Mon, 18 Mar 2013 12:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: janus at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-03/txt/msg01336.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56500 --- Comment #9 from Dominique d'Humieres 2013-03-18 12:16:59 UTC --- > Yes. I hope this variant should work better (regtesting now): It "works better", but still has regressions: [macbook] f90/bug% gfc /opt/gcc/work/gcc/testsuite/gfortran.dg/proc_ptr_36.f90 /opt/gcc/work/gcc/testsuite/gfortran.dg/proc_ptr_36.f90:26.6: pp => sub2 1 Error: Interface mismatch in procedure pointer assignment at (1): 'sub2' is not a function /opt/gcc/work/gcc/testsuite/gfortran.dg/proc_ptr_36.f90:29.7: call s(pp, .true.) 1 Error: Interface mismatch in dummy procedure 'ss' at (1): 'pp' is not a subroutine /opt/gcc/work/gcc/testsuite/gfortran.dg/proc_ptr_36.f90:33.7: call s(pp, .false.) 1 Error: Interface mismatch in dummy procedure 'ss' at (1): 'pp' is not a subroutine