This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/13415] [gfortran] Internal error in gfortran


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]