public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/25046]  New: better diagnostic needed
@ 2005-11-26 17:44 jv244 at cam dot ac dot uk
  2005-11-26 18:54 ` [Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes fxcoudert at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jv244 at cam dot ac dot uk @ 2005-11-26 17:44 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:

END
SUBROUTINE S1(N)
  INTEGER  :: A(3)
  LOGICAL  :: B(3,3)
  write(6,*) PRODUCT(A,B)
END SUBROUTINE


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


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

end of thread, other threads:[~2006-02-05  0:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-26 17:44 [Bug fortran/25046] New: better diagnostic needed jv244 at cam dot ac dot uk
2005-11-26 18:54 ` [Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes fxcoudert at gcc dot gnu dot org
2006-02-04 22:04 ` tkoenig at gcc dot gnu dot org
2006-02-04 22:06 ` pinskia at gcc dot gnu dot org
2006-02-05  0:14 ` tkoenig at gcc dot gnu dot org
2006-02-05  0:16 ` tkoenig 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).