(libgomp has bool as well)
This was causing a test failure in omp_test_if.c when building with GCC in Debug mode. I have verified that GCC versions 4.9.2 and 5.3.0 now work and compile-tested this change with clang 3.7.1 and Intel Compiler 16.0.
Differential D16921
[GCC] GOMP_task: Change argument type of if_cond from int to bool Hahnfeld on Feb 5 2016, 4:55 AM. Authored by
Details (libgomp has bool as well) This was causing a test failure in omp_test_if.c when building with GCC in Debug mode. I have verified that GCC versions 4.9.2 and 5.3.0 now work and compile-tested this change with clang 3.7.1 and Intel Compiler 16.0.
Diff Detail
|