public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/16292] New: Test power.f90 fails on irix6.5 for complex**real
@ 2004-06-30  6:17 billingd at gcc dot gnu dot org
  2004-07-01  6:38 ` [Bug fortran/16292] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-06-30  6:17 UTC (permalink / raw)
  To: gcc-bugs

Test power.f90 fails on irix6.5 for complex**real.
The reduced test case is

! Program to test the power (**) operator
program testpow
   implicit none
   real(kind=4) r, s, two
   complex(kind=4) :: c, z
   real, parameter :: del = 0.0001
   c = (2.0, 3.0)
   z = c ** 2
   print *, 'z = ', z
   two = 2.0
   c = c ** two
   print *, 'c = ',c
end program

with output

 z =  ( -5.000000    ,  12.00000    )
 c =  (  1.000000    ,  0.000000    )

-- 
           Summary: Test power.f90 fails on irix6.5 for complex**real
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: billingd at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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

end of thread, other threads:[~2004-08-25 16:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-30  6:17 [Bug fortran/16292] New: Test power.f90 fails on irix6.5 for complex**real billingd at gcc dot gnu dot org
2004-07-01  6:38 ` [Bug fortran/16292] " pinskia at gcc dot gnu dot org
2004-07-01  6:40 ` pinskia at gcc dot gnu dot org
2004-07-01  7:15 ` david dot billinghurst at comalco dot riotinto dot com dot au
2004-07-01  7:20 ` [Bug target/16292] " pinskia at gcc dot gnu dot org
2004-07-01 23:13 ` billingd at gcc dot gnu dot org
2004-08-02  4:53 ` billingd at gcc dot gnu dot org
2004-08-02  6:01 ` cvs-commit at gcc dot gnu dot org
2004-08-19 19:02 ` pinskia at gcc dot gnu dot org
2004-08-20  1:10 ` billingd at gcc dot gnu dot org
2004-08-25 16:59 ` 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).