[range-op-float] Implement MINUS_EXPR.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 8 Nov 2022 22:49:48 +0000 (23:49 +0100)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 9 Nov 2022 06:58:05 +0000 (07:58 +0100)
commit38ec5e4bc8fed58e278e6dcad999d38c5efc1340
tree05739f02db62162b25a0cace6a38a513d0420b39
parent0ef5649e9b9f409cf1e133e8670043f066ba3acb
[range-op-float] Implement MINUS_EXPR.

Now that the generic parts of the binary operators have been
abstracted, implementing MINUS_EXPR is a cinch.

The op[12]_range entries will be submitted as a follow-up.

gcc/ChangeLog:

* range-op-float.cc (class foperator_minus): New.
(floating_op_table::floating_op_table): Add MINUS_EXPR entry.
gcc/range-op-float.cc