public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/14077] New: Data statement within a module that doesn't initialize a whole array creates an error
@ 2004-02-08 21:01 kba114 at psu dot edu
  2004-02-08 21:02 ` [Bug fortran/14077] " kba114 at psu dot edu
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: kba114 at psu dot edu @ 2004-02-08 21:01 UTC (permalink / raw)
  To: gcc-bugs

This program won't compile with gfortran, but is accepted by every other
compiler i have access to.

module m1
implicit none
real, dimension(2) :: a
data a(1) /1.0/

end module m1

program m2
use m1
implicit none

end program m2

-- 
           Summary: Data statement within a module that doesn't initialize a
                    whole array creates an error
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kba114 at psu dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14077


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-07-10  0:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-08 21:01 [Bug fortran/14077] New: Data statement within a module that doesn't initialize a whole array creates an error kba114 at psu dot edu
2004-02-08 21:02 ` [Bug fortran/14077] " kba114 at psu dot edu
2004-02-08 21:08 ` [Bug fortran/14077] [gfortran] " pinskia at gcc dot gnu dot org
2004-04-22 13:29 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-26 12:08 ` pinskia at gcc dot gnu dot org
2004-07-09 22:27 ` [Bug fortran/14077] " cvs-commit at gcc dot gnu dot org
2004-07-09 22:44 ` cvs-commit at gcc dot gnu dot org
2004-07-09 23:42 ` tobi at gcc dot gnu dot org
2004-07-10  0:17 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).