]> gcc.gnu.org Git - gcc.git/commit
[prange] Default pointers_handled_p() to false.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 14 May 2024 14:21:50 +0000 (16:21 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 15 May 2024 10:32:55 +0000 (12:32 +0200)
commitc400b2100719d0a9e5989c63e0827b9e98919df3
tree58fdda84f00230623a9871756601fd0d9690c4a4
parentd08247b77831c496277b266807d4bd17656d1654
[prange] Default pointers_handled_p() to false.

The pointers_handled_p() method is an internal range-op helper to help
catch dispatch type mismatches for pointer operands.  This is what
caught the IPA mismatch in PR114985.

This method is only a temporary measure to catch any incompatibilities
in the current pointer range-op entries.  This patch returns true for
any *new* entries in the range-op table, as the current ones are
already fleshed out.  This keeps us from having to implement this
boilerplate function for any new range-op entries.

PR tree-optimization/114995
* range-op-ptr.cc (range_operator::pointers_handled_p): Default to true.
gcc/range-op-ptr.cc
This page took 0.05562 seconds and 5 git commands to generate.