Temporarily disable trap in in extract_range_builtin check.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 20 Oct 2020 20:55:14 +0000 (16:55 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Tue, 20 Oct 2020 22:46:53 +0000 (18:46 -0400)
commit292c92715b282f7c6617c94351d3e38ec027d637
tree0f6a71d61cdbe730b45c55932e207898051a5e62
parent7cf256c3c8d9375fea7a0f02c128fa084ae53396
Temporarily disable trap in in extract_range_builtin check.

Until we figure out how to adjust ubsan for symbolics, disable the trap.

    gcc/ChangeLog:

PR tree-optimization/97505
* vr-values.c (vr_values::extract_range_basic): Trap if
vr_values version disagrees with range_of_builtin_call.
gcc/testsuite/gfortran.dg/pr97505.f90 [new file with mode: 0644]
gcc/vr-values.c