diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1530,6 +1530,9 @@ class auto_suppress_location_wrappers #define OMP_SECTION_BODY(NODE) TREE_OPERAND (OMP_SECTION_CHECK (NODE), 0) +#define OMP_STRUCTURED_BLOCK_BODY(NODE) \ + TREE_OPERAND (OMP_STRUCTURED_BLOCK_CHECK (NODE), 0) + #define OMP_SINGLE_BODY(NODE) TREE_OPERAND (OMP_SINGLE_CHECK (NODE), 0) #define OMP_SINGLE_CLAUSES(NODE) TREE_OPERAND (OMP_SINGLE_CHECK (NODE), 1) |