aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc/fixed-5.f
blob: ab51b218d801f8b44001d3135884994b0b0dc690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
! Check that OpenMP conditional compilations sentinels ('!$ ') are ignored

c$ bogus
!$ bogus
*$ bogus
c$    bogus
!$    bogus
*$    bogus

c$a23 bogus
!$ a  bogus
*$12a bogus

c$ 1  bogus
!$ 22 bogus
*$34  bogus

c$bogus
!$bogus
*$bogus

c$ acc bogus
!$ acc bogus
*$ acc bogus

c$ acc bogus
!$ acc bogus
*$ acc bogus

      end