diff options
Diffstat (limited to 'gcc/omp-expand.c')
-rw-r--r-- | gcc/omp-expand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/omp-expand.c b/gcc/omp-expand.c index 66c64f5..ecb8ee5 100644 --- a/gcc/omp-expand.c +++ b/gcc/omp-expand.c @@ -9613,6 +9613,8 @@ expand_omp_target (struct omp_region *region) { device = OMP_CLAUSE_DEVICE_ID (c); device_loc = OMP_CLAUSE_LOCATION (c); + if (OMP_CLAUSE_DEVICE_ANCESTOR (c)) + sorry_at (device_loc, "%<ancestor%> not yet supported"); } else { |