From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2777 invoked by alias); 23 Jan 2008 16:36:55 -0000 Received: (qmail 2575 invoked by uid 48); 23 Jan 2008 16:36:11 -0000 Date: Wed, 23 Jan 2008 16:47:00 -0000 Message-ID: <20080123163611.2574.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32760] [4.3 Regression] Error defining subroutine named PRINT In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2008-01/txt/msg02769.txt.bz2 ------- Comment #21 from burnus at gcc dot gnu dot org 2008-01-23 16:36 ------- Another test case module m public :: volatile contains subroutine foo volatile :: bar end subroutine foo subroutine volatile end subroutine volatile end module -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32760