gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format for FMA_EXPR.
commiteab1f16915926a935c4dcfce3f1026c5e80100ff
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Sun, 19 Feb 2017 09:06:30 +0000 (19 09:06 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Sun, 19 Feb 2017 09:06:30 +0000 (19 09:06 +0000)
tree926b977b27bc8148dc5410521269f1781a49ddf0
parent593bf80a532ab99841fe758991f98e0d8b99ae67
gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format for FMA_EXPR.

2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

* gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
for FMA_EXPR.

c/
* gimple-parser.c (c_parser_gimple_postfix_expression): Handle
FMA_EXPR.

testsuite/
* gcc.dg/gimplefe-26.c: New test.

From-SVN: r245570
gcc/ChangeLog
gcc/c/ChangeLog
gcc/c/gimple-parser.c
gcc/gimple-pretty-print.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gimplefe-26.c [new file with mode: 0644]