blob: 733feb800433d5d37fc46b6840f22b415e007973 [file] [log] [blame]
/* PR119692 "C++ 'typeinfo', 'vtable' vs. OpenACC, OpenMP 'target' offloading" */
/* { dg-additional-options -DDEFAULT=defaultmap(present) }
Wrong code for offloading execution.
{ dg-xfail-run-if PR119692 { offload_device } } */
/* { dg-additional-options -fdump-tree-gimple } */
#include "pr119692-1-1.C"
/* { dg-final { scan-tree-dump-not {(?n)#pragma omp target .* defaultmap\(present\) map\(force_present:_ZTI2C2 \[len: [0-9]+\] \[runtime_implicit\]\) map\(force_present:_ZTI2C1 \[len: [0-9]+\] \[runtime_implicit\]\) map\(force_present:_ZTV2C1 \[len: [0-9]+\] \[runtime_implicit\]\)$} gimple { xfail *-*-* } } } */