public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/14817] New: [gfortran]  CSIN returns wrong value
@ 2004-04-02  2:43 bdavis9659 at comcast dot net
  2004-04-02  2:55 ` [Bug fortran/14817] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-04-02  2:43 UTC (permalink / raw)
  To: gcc-bugs

>From NIST test FM820.FOR

$ cat a.f
        COMPLEX AVC
        AVC = CSIN(( 150.0, 350.0) / (100.0, 0.0)) 
        PRINT*,AVC
        END
$ gfortran a.f
$ ./a.out
( -0.3507832    ,   0.000000    )


$ g77 a.f
$ ./a.out
 (16.5313091,1.17017913)
$

-- 
           Summary: [gfortran]  CSIN returns wrong value
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/14817] [gfortran]  CSIN returns wrong value
  2004-04-02  2:43 [Bug fortran/14817] New: [gfortran] CSIN returns wrong value bdavis9659 at comcast dot net
@ 2004-04-02  2:55 ` pinskia at gcc dot gnu dot org
  2004-04-05  0:17 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-02  2:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-02 02:55 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-02 02:55:15
               date|                            |
   Target Milestone|---                         |tree-ssa


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


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

* [Bug fortran/14817] [gfortran]  CSIN returns wrong value
  2004-04-02  2:43 [Bug fortran/14817] New: [gfortran] CSIN returns wrong value bdavis9659 at comcast dot net
  2004-04-02  2:55 ` [Bug fortran/14817] " pinskia at gcc dot gnu dot org
@ 2004-04-05  0:17 ` pinskia at gcc dot gnu dot org
  2004-04-19  3:53 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-05  0:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-05 00:16 -------
Maybe related to bug 14395.

-- 


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


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

* [Bug fortran/14817] [gfortran]  CSIN returns wrong value
  2004-04-02  2:43 [Bug fortran/14817] New: [gfortran] CSIN returns wrong value bdavis9659 at comcast dot net
  2004-04-02  2:55 ` [Bug fortran/14817] " pinskia at gcc dot gnu dot org
  2004-04-05  0:17 ` pinskia at gcc dot gnu dot org
@ 2004-04-19  3:53 ` pinskia at gcc dot gnu dot org
  2004-04-24 12:12 ` cvs-commit at gcc dot gnu dot org
  2004-04-24 12:45 ` pbrook at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-19  3:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-19 02:54 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01126.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug fortran/14817] [gfortran]  CSIN returns wrong value
  2004-04-02  2:43 [Bug fortran/14817] New: [gfortran] CSIN returns wrong value bdavis9659 at comcast dot net
                   ` (2 preceding siblings ...)
  2004-04-19  3:53 ` pinskia at gcc dot gnu dot org
@ 2004-04-24 12:12 ` cvs-commit at gcc dot gnu dot org
  2004-04-24 12:45 ` pbrook at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-24 12:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-24 11:34 -------
Subject: Bug 14817

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	pbrook@gcc.gnu.org	2004-04-24 11:34:10

Modified files:
	gcc/fortran    : ChangeLog arith.c 

Log message:
	PR 14817
	* arith.c (gfc_arith_divide): Fix complex divide.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.141&r2=1.1.2.142
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/arith.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.5&r2=1.1.2.6



-- 


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


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

* [Bug fortran/14817] [gfortran]  CSIN returns wrong value
  2004-04-02  2:43 [Bug fortran/14817] New: [gfortran] CSIN returns wrong value bdavis9659 at comcast dot net
                   ` (3 preceding siblings ...)
  2004-04-24 12:12 ` cvs-commit at gcc dot gnu dot org
@ 2004-04-24 12:45 ` pbrook at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-04-24 12:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-04-24 12:04 -------
Fixed. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-02  2:43 [Bug fortran/14817] New: [gfortran] CSIN returns wrong value bdavis9659 at comcast dot net
2004-04-02  2:55 ` [Bug fortran/14817] " pinskia at gcc dot gnu dot org
2004-04-05  0:17 ` pinskia at gcc dot gnu dot org
2004-04-19  3:53 ` pinskia at gcc dot gnu dot org
2004-04-24 12:12 ` cvs-commit at gcc dot gnu dot org
2004-04-24 12:45 ` pbrook 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).