aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorPeter Bergner <bergner@linux.ibm.com>2019-11-25 16:57:04 +0000
committerPeter Bergner <bergner@linux.ibm.com>2019-11-25 16:57:04 +0000
commit710e6f3966c8738a8666a47cc9e8ff5e3fc1c1c4 (patch)
tree54c81df9c0f76ef350101038a92b2f4774af9207 /gcc/gimplify.c
parentb3875f87fbe002ad43f35ba5cc16efc80f809883 (diff)
parentb370f9fa8c44e8f1e2e0cda6336030c3b06a3f7b (diff)
Merge up to 278620.ibm/gcc-8-branch
* REVISION: Update subversion id. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ibm/gcc-8-branch@278692 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index fcb50c8e047..3bfd0692103 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -8181,8 +8181,8 @@ gimplify_scan_omp_clauses (tree *list_p, gimple_seq *pre_p,
break;
if (scp)
continue;
- gcc_assert (offset == NULL_TREE
- || poly_int_tree_p (offset));
+ gcc_assert (offset2 == NULL_TREE
+ || poly_int_tree_p (offset2));
tree d1 = OMP_CLAUSE_DECL (*sc);
tree d2 = OMP_CLAUSE_DECL (c);
while (TREE_CODE (d1) == ARRAY_REF)