This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18525] [gfortran] ICE on invalid(?) code in gfc_get_symbol_decl()
- From: "Thomas dot Koenig at online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Nov 2004 15:39:14 -0000
- Subject: [Bug fortran/18525] [gfortran] ICE on invalid(?) code in gfc_get_symbol_decl()
- References: <20041117115852.18525.martin@mpa-garching.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From Thomas dot Koenig at online dot de 2004-11-17 15:39 -------
The code is perfectly valid. Here,
n in the subroutine hides the host parameter n
(which is then inaccessible in the subroutine xx).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18525