OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [19990826-2.f] - Diff between revs 302 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 302 Rev 384
c { dg-do run }
c { dg-do run }
c { dg-options "-std=legacy" }
c { dg-options "-std=legacy" }
c
c
* From: "Billinghurst, David (RTD)" <David.Billinghurst@riotinto.com.au>
* From: "Billinghurst, David (RTD)" <David.Billinghurst@riotinto.com.au>
* Subject: RE: single precision complex bug in g77 - was Testing g77 with LA
* Subject: RE: single precision complex bug in g77 - was Testing g77 with LA
* PACK 3.0
* PACK 3.0
* Date: Thu, 8 Jul 1999 00:55:11 +0100
* Date: Thu, 8 Jul 1999 00:55:11 +0100
* X-UIDL: b00d9d8081a36fef561b827d255dd4a5
* X-UIDL: b00d9d8081a36fef561b827d255dd4a5
 
 
* Here is a slightly simpler and neater test case
* Here is a slightly simpler and neater test case
 
 
      program labug3
      program labug3
      implicit none
      implicit none
 
 
*  This program gives the wrong answer on mips-sgi-irix6.5
*  This program gives the wrong answer on mips-sgi-irix6.5
*  when compiled with g77 from egcs-19990629 (gcc 2.95 prerelease)
*  when compiled with g77 from egcs-19990629 (gcc 2.95 prerelease)
*  Get a = 0.0 when it should be 1.0
*  Get a = 0.0 when it should be 1.0
*
*
*  Works with:  -femulate-complex
*  Works with:  -femulate-complex
*               egcs-1.1.2
*               egcs-1.1.2
*
*
*  Originally derived from LAPACK 3.0 test suite.
*  Originally derived from LAPACK 3.0 test suite.
*
*
*  David Billinghurst, (David.Billinghurst@riotinto.com.au)
*  David Billinghurst, (David.Billinghurst@riotinto.com.au)
*  8 July 1999
*  8 July 1999
*
*
      complex one, z
      complex one, z
      real    a, f1
      real    a, f1
      f1(z) = real(z)
      f1(z) = real(z)
      one = (1.,0.)
      one = (1.,0.)
      a = f1(one)
      a = f1(one)
      if ( abs(a-1.0) .gt. 1.0e-5 ) then
      if ( abs(a-1.0) .gt. 1.0e-5 ) then
         write(6,*) 'A should be 1.0 but it is',a
         write(6,*) 'A should be 1.0 but it is',a
         call abort()
         call abort()
      end if
      end if
      end
      end
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.