view libgomp/testsuite/libgomp.fortran/omp_cond2.f @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents a06113de4d67
children 1830386684a0
line wrap: on
line source

c Test conditional compilation in fixed form if -fno-openmp
! { dg-options "-fno-openmp" }
   10 foo = 2
     &56
      if (foo.ne.256) STOP 1
      bar = 26
!$2 0 ba
c$   +r = 42
      !$ bar = 62
!$    bar = bar + 1
      if (bar.ne.26) STOP 2
      baz = bar
*$   0baz = 5
C$   +12! Comment
c$   !4
!$   +!Another comment
*$   &2
!$ X  baz = 0 ! Not valid OpenMP conditional compilation lines
! $   baz = 1
c$ 10&baz = 2
      if (baz.ne.26) STOP 3
      end