From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30366 invoked by alias); 23 Nov 2006 19:14:32 -0000 Received: (qmail 29869 invoked by alias); 23 Nov 2006 19:14:19 -0000 Date: Thu, 23 Nov 2006 19:14:00 -0000 Message-ID: <20061123191419.29868.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/29652] ambiguous interface declaration undetected In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" 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: 2006-11/txt/msg02045.txt.bz2 ------- Comment #4 from pault at gcc dot gnu dot org 2006-11-23 19:14 ------- Subject: Bug 29652 Author: pault Date: Thu Nov 23 19:14:05 2006 New Revision: 119132 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119132 Log: 2006-11-23 Paul Thomas PR fortran/25087 * resolve.c (resolve_fl_procedure): Add an error if an external automatic character length function does not have an explicit interface. PR fortran/29652 * interface.c (check_interface1): Use a local value, instead of the dummy, as the inner iterator over interface symbols. PR fortran/29820 * trans-array.c (gfc_get_derived_type): Once done, spread the backend_decl to all identical derived types in all sibling namespaces. 2006-11-23 Paul Thomas PR fortran/25087 * gfortran.dg/auto_char_len_4.f90: New test. PR fortran/29652 * gfortran.dg/generic_7.f90: New test. * gfortran.dg/defined_operators_1.f90: Add new error. PR fortran/29820 * gfortran.dg/used_types_13.f90: New test. Added: branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/auto_char_len_4.f90 branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/generic_7.f90 branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/used_types_13.f90 Modified: branches/gcc-4_2-branch/gcc/fortran/ChangeLog branches/gcc-4_2-branch/gcc/fortran/interface.c branches/gcc-4_2-branch/gcc/fortran/resolve.c branches/gcc-4_2-branch/gcc/fortran/trans-types.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/defined_operators_1.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29652