From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24463 invoked by alias); 10 Oct 2010 16:34:07 -0000 Received: (qmail 24393 invoked by uid 22791); 10 Oct 2010 16:34:06 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 10 Oct 2010 16:34:02 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/45961] [4.6 Regression] [OOP] Problem with polymorphic type-bound operators 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: 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 Date: Sun, 10 Oct 2010 16:34:00 -0000 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: 2010-10/txt/msg00847.txt.bz2 Message-ID: <20101010163400.peOtYjWx0HKB5R2p2HzTCLq1m906dI-Vzn3UEsWe7q8@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45961 --- Comment #2 from Dominique d'Humieres 2010-10-10 16:33:53 UTC --- The patch in comment #1 fixes the pr without regression. Note that the test in http://gcc.gnu.org/ml/fortran/2010-10/msg00104.html gives 'T' at run-time while the reduced tests in comment #0 and in http://gcc.gnu.org/ml/fortran/2010-10/msg00120.html give a "Segmentation fault" at run-time (AFAICT the pointers point to nothing).