From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28131 invoked by alias); 19 Dec 2013 17:32:17 -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 Received: (qmail 28110 invoked by uid 48); 19 Dec 2013 17:32:14 -0000 From: "janus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/59560] Resolution generic procedure of derived types fail Date: Thu, 19 Dec 2013 17:32: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-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: janus at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-12/txt/msg01865.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59560 --- Comment #5 from janus at gcc dot gnu.org --- (In reply to klaas_giesbertz from comment #4) > I have copied it back from my post and it still compiles with my > gfortran4.7.3. Could it have something to do with my build of gcc? Hopefully not, but it might have to do with the exact version. I just tried it with the most recent branch build: gcc version 4.7.4 20131219 (prerelease) [gcc-4_7-branch revision 206127] (GCC) (which yields the same result as the 4.7.3 version provided by Ubuntu, namely rejecting the test case). What does "gfortran -v" show in your case?