[Openmp-commits] [PATCH] D50014: [OpenMP] Fix doacross testing for gcc

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 31 07:47:13 PDT 2018


Hahnfeld added inline comments.


================
Comment at: runtime/test/worksharing/for/kmp_doacross_check.c:2
 // RUN: %libomp-compile-and-run
+// UNSUPPORTED: gcc
 #include <stdio.h>
----------------
Could you add a comment explaining why this test is disabled for GCC? (As discussed in D49857, that's the only reasonable thing to do...)


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D50014





More information about the Openmp-commits mailing list