1 ! RUN: %not_todo_cmd bbc -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
2 ! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -o - %s 2>&1 | FileCheck %s
4 ! CHECK: not yet implemented: Reduction of some types is not supported
5 subroutine reduction_allocatable
6 integer, allocatable
:: x
12 !$omp parallel num_threads(4)
13 !$omp do reduction(+:x)