From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18795 invoked by alias); 7 Oct 2004 14:14:57 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1980 invoked by uid 48); 7 Oct 2004 14:04:12 -0000 Date: Thu, 07 Oct 2004 14:14:00 -0000 Message-ID: <20041007140412.1979.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040917173112.17535.sgk@troutmask.apl.washington.edu> References: <20040917173112.17535.sgk@troutmask.apl.washington.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/17535] [4.0 Regression] gfortran with module procedures X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg00928.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-07 14:04 ------- Small testcase from PR 17878: module FOO interface BAR subroutine BAR1(X) integer :: X end subroutine subroutine BAR2(X) real :: X end subroutine end interface end module subroutine BAZ(X) use FOO end subroutine -- What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression in gfortran with |[4.0 Regression] gfortran |module procedures |with module procedures Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17535