public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/25072]  New: better diagnostic needed
@ 2005-11-26 17:55 jv244 at cam dot ac dot uk
  2005-11-26 19:53 ` [Bug fortran/25072] " fxcoudert at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jv244 at cam dot ac dot uk @ 2005-11-26 17:55 UTC (permalink / raw)
  To: gcc-bugs

using GNU Fortran 95 (GCC) 4.1.0 20051126 (prerelease)  with '-g -pedantic
-std=f95', I get a bad / no diagnostic for the following invalid code:

INTEGER :: I,A(10)
FORALL(I=1:10,T(I)) A(I)=I
CONTAINS
 LOGICAL FUNCTION T(I)
  INTEGER :: I
  T=(MOD(I,2)==0)
 END FUNCTION T
END


-- 
           Summary: better diagnostic needed
           Product: gcc
           Version: 4.1.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=25072


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

end of thread, other threads:[~2006-06-25 18:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-26 17:55 [Bug fortran/25072] New: better diagnostic needed jv244 at cam dot ac dot uk
2005-11-26 19:53 ` [Bug fortran/25072] " fxcoudert at gcc dot gnu dot org
2006-02-02 19:12 ` [Bug fortran/25072] non PURE function used in For-All kargl at gcc dot gnu dot org
2006-02-03 21:32 ` kargl at gcc dot gnu dot org
2006-02-03 21:37 ` kargl at gcc dot gnu dot org
2006-06-20 14:26 ` paul dot richard dot thomas at cea dot fr
2006-06-21  0:01 ` pault at gcc dot gnu dot org
2006-06-21 20:44 ` pault at gcc dot gnu dot org
2006-06-25 15:33 ` pault at gcc dot gnu dot org
2006-06-25 18:11 ` pault at gcc dot gnu dot org
2006-06-25 19:56 ` 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).