public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30879]  New: incorrect error message for valid code
@ 2007-02-20  7:53 jv244 at cam dot ac dot uk
  2007-02-20 17:00 ` [Bug fortran/30879] Syntax error for derived type's compounds in a data-stmt-value-set burnus at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jv244 at cam dot ac dot uk @ 2007-02-20  7:53 UTC (permalink / raw)
  To: gcc-bugs

With recent trunk, gfortran incorrectly generates an error for the following
standard code:
  TYPE T1
   INTEGER :: I
  END TYPE T1
  TYPE(T1), PARAMETER :: D1=T1(2)
  INTEGER :: a(2)
  DATA (a(i),i=1,D1%I) /D1%I*D1%I/
  END


-- 
           Summary: incorrect error message for valid code
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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


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

end of thread, other threads:[~2007-03-27  9:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20  7:53 [Bug fortran/30879] New: incorrect error message for valid code jv244 at cam dot ac dot uk
2007-02-20 17:00 ` [Bug fortran/30879] Syntax error for derived type's compounds in a data-stmt-value-set burnus at gcc dot gnu dot org
2007-03-12 15:41 ` pault at gcc dot gnu dot org
2007-03-15  6:45 ` pault at gcc dot gnu dot org
2007-03-27  9:06 ` [Bug fortran/30879] [4.2/4.1 only] " pault 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).