c425e66b27
libgomp/ * testsuite/libgomp.fortran/: Replace 'STOP' by 'stop'. From-SVN: r277609
22 lines
431 B
Fortran
22 lines
431 B
Fortran
C Test conditional compilation in fixed form if -fopenmp
|
|
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.43) 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.51242) stop 3
|
|
end
|