OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [le.f] - Rev 853

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

c { dg-do run }
      program fool
 
      real     foo
      integer  n
      logical  t
 
      foo = 2.5
      n = 5
 
      t = (n > foo)
      if (t .neqv. .true.) call abort
      t = (n >= foo)
      if (t .neqv. .true.) call abort
      t = (n < foo)
      if (t .neqv. .false.) call abort
      t = (n <= 5)
      if (t .neqv. .true.) call abort
      t = (n >= 5 )
      if (t .neqv. .true.) call abort
      t = (n == 5)
      if (t .neqv. .true.) call abort
      t = (n /= 5)
      if (t .neqv. .false.) call abort
      t = (n /= foo)
      if (t .neqv. .true.) call abort
      t = (n == foo)
      if (t .neqv. .false.) call abort
 
      end
 

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

powered by: WebSVN 2.1.0

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