aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/scanner.cc
diff options
context:
space:
mode:
authorJiufu Guo <guojiufu@linux.ibm.com>2023-09-20 11:11:58 +0800
committerguojiufu <guojiufu@linux.ibm.com>2023-09-21 13:18:22 +0800
commit4d80863d7f93c0a839d1fe5dc59be83153e89110 (patch)
tree0de97edbf7789038540438060373cadbe0fee2e8 /gcc/fortran/scanner.cc
parentd946fc1c71bdc21e3bb23721cc4d770e48bed2e2 (diff)
downloadgcc-4d80863d7f93c0a839d1fe5dc59be83153e89110.zip
gcc-4d80863d7f93c0a839d1fe5dc59be83153e89110.tar.gz
gcc-4d80863d7f93c0a839d1fe5dc59be83153e89110.tar.bz2
check undefine_p for one more vr
The root cause of PR111355 and PR111482 is missing to check if vr0 is undefined_p before call vr0.lower_bound. In the pattern "(X + C) / N", (if (INTEGRAL_TYPE_P (type) && get_range_query (cfun)->range_of_expr (vr0, @0)) (if (...) (plus (op @0 @2) { wide_int_to_tree (type, plus_op1 (c)); }) (if (TYPE_UNSIGNED (type) && c.sign_mask () < 0 ... && wi::geu_p (vr0.lower_bound (), -c)) In "(if (...)", there is code to prevent vr0's undefined_p, But in the "else" part, vr0's undefined_p is not checked before "wi::geu_p (vr0.lower_bound (), -c)". PR tree-optimization/111355 gcc/ChangeLog: * match.pd ((X + C) / N): Update pattern. gcc/testsuite/ChangeLog: * gcc.dg/pr111355.c: New test.
Diffstat (limited to 'gcc/fortran/scanner.cc')
0 files changed, 0 insertions, 0 deletions