aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree-data-ref.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c
index 57bac06..46f4ffe 100644
--- a/gcc/tree-data-ref.c
+++ b/gcc/tree-data-ref.c
@@ -757,6 +757,9 @@ split_constant_offset_1 (tree type, tree op0, enum tree_code code, tree op1,
*var = NULL_TREE;
*off = NULL_TREE;
+ if (INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type))
+ return false;
+
switch (code)
{
case INTEGER_CST: