public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15382] New: [gfortran] frontend too lenient when checking variable declarations
@ 2004-05-12 14:30 Tobias dot Schlueter at physik dot uni-muenchen dot de
  2004-05-12 14:32 ` [Bug fortran/15382] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Tobias dot Schlueter at physik dot uni-muenchen dot de @ 2004-05-12 14:30 UTC (permalink / raw)
  To: gcc-bugs

The following should issue an error in the frontend:
SUBROUTINE BARY()
COMMON /A/ X
EQUIVALENCE (X,Y)
REAL :: Y = 1.
DATA X /1./
PRINT *, X, Y
END
currently it fails with a fatal error in the backend:
[tobi@marktplatz tests]$ gfortran com.f90
com.f90: In function `bary':
com.f90:16: fatal error: gfc_todo: Not Implemented: initial values for COMMON or
EQUIVALENCE
compilation terminated.
[tobi@marktplatz tests]$

-- 
           Summary: [gfortran] frontend too lenient when checking variable
                    declarations
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: Tobias dot Schlueter at physik dot uni-muenchen dot de
        ReportedBy: Tobias dot Schlueter at physik dot uni-muenchen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <bug-15382-7283@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-11-13  6:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-12 14:30 [Bug fortran/15382] New: [gfortran] frontend too lenient when checking variable declarations Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-12 14:32 ` [Bug fortran/15382] " pinskia at gcc dot gnu dot org
2004-05-27  3:19 ` pinskia at gcc dot gnu dot org
2004-09-15  3:18 ` [Bug fortran/15382] " pinskia at gcc dot gnu dot org
2005-01-06 14:40 ` tobi at gcc dot gnu dot org
2005-06-28  1:18 ` pinskia at gcc dot gnu dot org
2005-09-12 11:07 ` tobi at gcc dot gnu dot org
     [not found] <bug-15382-7283@http.gcc.gnu.org/bugzilla/>
2005-11-13  6:30 ` 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).