From afef664724424bd56b06bf3515c63aab8d1fca1c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 2 Sep 2016 18:18:35 +0200 Subject: [PATCH] re PR other/77421 (Bugs found in GCC with the help of PVS-Studio) PR other/77421 * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant assignment added in r216794. From-SVN: r239959 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/i386.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cae775f393d..bac7072a0c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-09-02 Jakub Jelinek + + PR other/77421 + * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant + assignment added in r216794. + 2016-09-02 David Malcolm * Makefile.in (OBJS): Add typed-splay-tree.o. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 3ac115c64f7..dc92f9be53b 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -34862,7 +34862,6 @@ ix86_expand_args_builtin (const struct builtin_description *d, case V4DI_FTYPE_V4DI_V4DI_V4DI_INT_UQI: case V4SI_FTYPE_V4SI_V4SI_V4SI_INT_UQI: case V2DI_FTYPE_V2DI_V2DI_V2DI_INT_UQI: - nargs = 5; nargs = 5; mask_pos = 1; nargs_constant = 1; -- 2.30.2