[match.pd] PR middle-end/66915 Restrict A - B -> A + (-B) to non-fixed-point types
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Tue, 21 Jul 2015 08:26:32 +0000 (08:26 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Tue, 21 Jul 2015 08:26:32 +0000 (08:26 +0000)
commite4e96a4f372d721bf099e5169ca3b5342bc0f9e1
treefb536232177bed1a7dff4951d7fa4ade6cacfb0a
parent2ac74346d8e946ed0460347839fdb465fd9814e4
[match.pd] PR middle-end/66915 Restrict A - B -> A + (-B) to non-fixed-point types

PR middle-end/66915
* match.pd (A - B -> A + (-B)): Don't allow folding
when type if a fixed-point type.

From-SVN: r226028
gcc/ChangeLog
gcc/match.pd