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/] [6177.f] - Blame information for rev 437

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
c { dg-do run }
2
      program pr6177
3
C
4
C Test case for PR optimization/6177.
5
C This bug (an ICE) originally showed up in file cblat2.f from LAPACK.
6
C
7
      complex x
8
      complex w(1)
9
      intrinsic conjg
10
      x = (2.0d0, 1.0d0)
11
      w(1) = x
12
      x = conjg(x)
13
      w(1) = conjg(w(1))
14
      if (abs(x-w(1)) .gt. 1.0e-5) call abort
15
      end

powered by: WebSVN 2.1.0

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