public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/14921] New: atan2 intrinsic function result error
@ 2004-04-12 10:51 wf_cs at yahoo dot com
  2004-04-12 11:31 ` [Bug fortran/14921] [gfortran] " wf_cs at yahoo dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: wf_cs at yahoo dot com @ 2004-04-12 10:51 UTC (permalink / raw)
  To: gcc-bugs

$ cat atan2.f

        real a
        a = atan2 (-1., -1.0)
        PRINT*,a
        END
 $ gfortran -x f95 atan2.f
 $ ./a.out
  0.7853981
 $ g77 atan2.f
 $ ./a.out
 -2.3561945

-- 
           Summary: atan2 intrinsic function result error
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wf_cs at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-04-18 18:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-12 10:51 [Bug fortran/14921] New: atan2 intrinsic function result error wf_cs at yahoo dot com
2004-04-12 11:31 ` [Bug fortran/14921] [gfortran] " wf_cs at yahoo dot com
2004-04-12 12:58 ` pinskia at gcc dot gnu dot org
2004-04-13  1:53 ` bdavis9659 at comcast dot net
2004-04-13  1:59 ` pinskia at gcc dot gnu dot org
2004-04-13  2:16 ` wf_cs at yahoo dot com
2004-04-18 17:52 ` cvs-commit at gcc dot gnu dot org
2004-04-18 18:10 ` pinskia at gcc dot gnu dot org
2004-04-18 18:15 ` 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).