mathfn_built_in_type case type fix
authorAlexandre Oliva <oliva@adacore.com>
Mon, 12 Oct 2020 21:55:40 +0000 (18:55 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Mon, 12 Oct 2020 21:55:40 +0000 (18:55 -0300)
commit455c3d2efc053a95adc2a7e594aa7e1180887d3b
treed944c0f64984bd00a1fbb122dab460b3d7001457
parentdb36e78ca183563fe72aee0f26bb3bead6898556
mathfn_built_in_type case type fix

Martin Liška reported warnings about type mismatches in the cases in
the recently-introduced mathfn_built_in_type.  This patch adjusts the
macros to use the combined_fn enumerators rather than the
(currently same-numbered) built_in_function ones.

for  gcc/ChangeLog

* builtins.c (mathfn_built_in_type): Use CFN_ enumerators.
gcc/builtins.c