i386.c: Initialize function pointer to NULL to prevent

* config/i386/i386.c: Initialize function pointer to NULL.

From-SVN: r242752
This commit is contained in:
Martin Liska 2016-11-23 14:32:15 +01:00 committed by Martin Liska
parent e25350118c
commit 4987b1e033
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-11-23 Martin Liska <mliska@suse.cz>
* config/i386/i386.c: Initialize function pointer to NULL.
2016-11-23 Bin Cheng <bin.cheng@arm.com>
* fold-const.c (fold_cond_expr_with_comparison): Move simplification

View File

@ -38218,7 +38218,7 @@ rdseed_step:
&& fcode <= IX86_BUILTIN__BDESC_ARGS2_LAST)
{
i = fcode - IX86_BUILTIN__BDESC_ARGS2_FIRST;
rtx (*fcn) (rtx, rtx, rtx, rtx);
rtx (*fcn) (rtx, rtx, rtx, rtx) = NULL;
rtx (*fcn_mask) (rtx, rtx, rtx, rtx, rtx);
rtx (*fcn_maskz) (rtx, rtx, rtx, rtx, rtx, rtx);
int masked = 1;