aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/builtins.def')
-rw-r--r--gcc/builtins.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/builtins.def b/gcc/builtins.def
index b8b739b..c3c8b2f 100644
--- a/gcc/builtins.def
+++ b/gcc/builtins.def
@@ -139,7 +139,8 @@ along with GCC; see the file COPYING3. If not see
#undef DEF_GOMP_BUILTIN
#define DEF_GOMP_BUILTIN(ENUM, NAME, TYPE, ATTRS) \
DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, TYPE, \
- false, true, true, ATTRS, false, flag_openmp)
+ false, true, true, ATTRS, false, \
+ (flag_openmp || flag_tree_parallelize_loops))
/* Define an attribute list for math functions that are normally
"impure" because some of them may write into global memory for