public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/57894] New: min/max required actual argument missing
@ 2013-07-15  6:16 zeccav at gmail dot com
  2013-07-15  8:03 ` [Bug fortran/57894] " burnus at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zeccav at gmail dot com @ 2013-07-15  6:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57894
           Summary: min/max required actual argument missing
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zeccav at gmail dot com

! required  MIN/MAX actual argument associated with A2 is missing
! "Exactly one actual argument shall be associated with each nonoptional dummy
argument"
! gfortran should reject this code
      i=min(a1=1,a3=2) ! a1 and a2 are nonoptional, a3 is optional
      i=max(a1=1,a3=2) ! a1 and a2 are nonoptional, a3 is optional
      end
This is one is minor, but it should be fixed one day, 
just to adhere to the standard.


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

end of thread, other threads:[~2013-07-21 11:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-15  6:16 [Bug fortran/57894] New: min/max required actual argument missing zeccav at gmail dot com
2013-07-15  8:03 ` [Bug fortran/57894] " burnus at gcc dot gnu.org
2013-07-15  8:04 ` burnus at gcc dot gnu.org
2013-07-17  9:05 ` burnus at gcc dot gnu.org
2013-07-21 11:49 ` burnus at gcc dot gnu.org
2013-07-21 11:49 ` burnus at gcc dot gnu.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).