blob: d73adf2c5a7253305deb7ce21385b3bae711ec47 [file] [log] [blame]
! { dg-do compile }
! { dg-additional-options "-fdump-tree-original" }
! Test to ensure that device-modifier 'ancestor' is parsed correctly in
! device clauses.
!$omp requires reverse_offload
!$omp target device (ancestor : 1)
!$omp end target
end
! { dg-final { scan-tree-dump-times "pragma omp target \[^\n\r)]*device\\(ancestor:1\\)" 1 "original" } }