public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/49431] New: is it illegal?
@ 2011-06-16  2:53 linuxl4 at sohu dot com
  2011-06-16  5:19 ` [Bug fortran/49431] " jvdelisle at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: linuxl4 at sohu dot com @ 2011-06-16  2:53 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: is it illegal?
           Product: gcc
           Version: 4.4.7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: linuxl4@sohu.com


program main
  implicit none
  real distance
  real, external :: gcdist
  distance = gcdist ()
end program main

!  Computes the shortest (undirected) angular distance between the points
!  on the globe (LAT1,LON1) and (LAT2,LON2).
real function GCDIST()
   implicit none
   real D2R = 0.017453292519943
   gcdist = D2R
end


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

end of thread, other threads:[~2011-06-17  6:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-16  2:53 [Bug fortran/49431] New: is it illegal? linuxl4 at sohu dot com
2011-06-16  5:19 ` [Bug fortran/49431] " jvdelisle at gcc dot gnu.org
2011-06-16  5:59 ` kargl at gcc dot gnu.org
2011-06-16 22:32 ` linuxl4 at sohu dot com
2011-06-16 22:59 ` sgk at troutmask dot apl.washington.edu
2011-06-17  6:15 ` 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).