This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13415] [gfortran] Internal error in gfortran
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2004 14:46:23 -0000
- Subject: [Bug fortran/13415] [gfortran] Internal error in gfortran
- References: <20031216172954.13415.kargl@12-230-81-20.client.attbi.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-05-14 14:46 -------
Reduced testcase:
real, pointer, dimension(:) :: parray
common /mydata/ parray
end
This seems to be valid code. Interestingly, if parray were ALLOCATABLE instead
of POINTER, this would not be valid.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobi at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13415