public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/23663] New: Compiler fails on valid code
@ 2005-08-31 21:39 federico dot carminati at cern dot ch
  2005-08-31 21:39 ` [Bug fortran/23663] " federico dot carminati at cern dot ch
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: federico dot carminati at cern dot ch @ 2005-08-31 21:39 UTC (permalink / raw)
  To: gcc-bugs

The following code does not compile

      function ibug()
      ibug=0
      return
      entry ierror()
      ierror=0
      ierror=max(ierror,1)
      return
      end

error is

[/Users/fca] /opt/gcc-4_0/bin/gfortran -c junk.f
 In file junk.f:6

      ierror=max(ierror,1)                                              
                1
Error: 'a1' argument of 'max' intrinsic at (1) must be INTEGER or REAL

-- 
           Summary: Compiler fails on valid code
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: federico dot carminati at cern dot ch
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: Darwin 8.2.0 Power Macintosh powerpc


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


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

end of thread, other threads:[~2005-09-29 16:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-31 21:39 [Bug fortran/23663] New: Compiler fails on valid code federico dot carminati at cern dot ch
2005-08-31 21:39 ` [Bug fortran/23663] " federico dot carminati at cern dot ch
2005-08-31 22:11 ` [Bug fortran/23663] rejects entry point as a value pinskia at gcc dot gnu dot org
2005-09-13  9:57 ` jakub at gcc dot gnu dot org
2005-09-20 14:38 ` cvs-commit at gcc dot gnu dot org
2005-09-20 14:54 ` pinskia at gcc dot gnu dot org
2005-09-29 16:03 ` cvs-commit at gcc dot gnu dot org
2005-09-29 16:18 ` 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).