public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29453]  New: [g77 support] chmod intrinsic function not implemented in gfortran
@ 2006-10-13 10:01 tobias dot burnus at physik dot fu-berlin dot de
  2006-10-22  7:18 ` [Bug fortran/29453] " fxcoudert at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: tobias dot burnus at physik dot fu-berlin dot de @ 2006-10-13 10:01 UTC (permalink / raw)
  To: gcc-bugs

I don't know whether anyone needs this, but g77 has according to
http://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77.pdf
this intrinsic function whereas gfortran only provides the subroutine.

      program chmod_test
      implicit none
      intrinsic chmod
      integer :: status
      call chmod('test.dat','u=rwx',status)
      print *, 'Status: ', status
      print *, 'Status: ', chmod('test.dat','u=rwx')
      end program chmod_test


-- 
           Summary: [g77 support] chmod intrinsic function not implemented
                    in gfortran
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tobias dot burnus at physik dot fu-berlin dot de


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


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

* [Bug fortran/29453] [g77 support] chmod intrinsic function not implemented in gfortran
  2006-10-13 10:01 [Bug fortran/29453] New: [g77 support] chmod intrinsic function not implemented in gfortran tobias dot burnus at physik dot fu-berlin dot de
@ 2006-10-22  7:18 ` fxcoudert at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-10-22  7:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2006-10-22 07:18 -------
No, it's implemented, it's only that the subroutine and function with the same
name cannot be called in the same scoping unit.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2006-10-22  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-13 10:01 [Bug fortran/29453] New: [g77 support] chmod intrinsic function not implemented in gfortran tobias dot burnus at physik dot fu-berlin dot de
2006-10-22  7:18 ` [Bug fortran/29453] " fxcoudert 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).