aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/gcc-interface/utils2.c')
-rw-r--r--gcc/ada/gcc-interface/utils2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/utils2.c b/gcc/ada/gcc-interface/utils2.c
index dd4151b..e6e4887 100644
--- a/gcc/ada/gcc-interface/utils2.c
+++ b/gcc/ada/gcc-interface/utils2.c
@@ -1177,7 +1177,6 @@ build_binary_op (enum tree_code op_code, tree result_type,
;
else if (op_code == ARRAY_REF || op_code == ARRAY_RANGE_REF)
{
- TREE_THIS_NOTRAP (result) = 1;
if (TYPE_VOLATILE (operation_type))
TREE_THIS_VOLATILE (result) = 1;
}