This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32760] [4.3 Regression] Error defining subroutine named PRINT
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2008 16:36:11 -0000
- Subject: [Bug fortran/32760] [4.3 Regression] Error defining subroutine named PRINT
- References: <bug-32760-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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