match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable transform if...
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Sat, 6 Aug 2016 05:04:07 +0000 (05:04 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Sat, 6 Aug 2016 05:04:07 +0000 (05:04 +0000)
commit467719fbf259d4c8f01cd370b1de53043497024e
treed960feb43ecb26f38086a6e842c15adfc2f5f5d1
parente0f69f36ea1e068cb9aa48ea0d274b98530f2488
match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable transform if operand's type is pointer to function or method.

2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

* match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
transform if operand's type is pointer to function or method.

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