]> git.ipfire.org Git - thirdparty/gcc.git/commit
Implement operator_cst for prange.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 20 Mar 2024 06:55:57 +0000 (07:55 +0100)
committerAldy Hernandez <aldyh@redhat.com>
Sat, 4 May 2024 08:25:50 +0000 (10:25 +0200)
commita91fd7b4342dbeaf1d2514beaee3af0bb5680b81
tree19064d48d855edbdf0a419c97eccc55db142262d
parente7b6e9663e9b31e681fb0302338bcb4bb306a334
Implement operator_cst for prange.

gcc/ChangeLog:

* range-op-mixed.h: Add overloaded declarations for pointer variants.
* range-op-ptr.cc (operator_cst::fold_range): New.
(operator_cst::pointers_handled_p): New.
gcc/range-op-mixed.h
gcc/range-op-ptr.cc