diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce7dfb481664..537ccf053125 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,8 +4,10 @@ 2016-07-29 Marek Polacek PR c/7652 - * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Likewise. + * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break. (altivec_expand_st_builtin): Likewise. + * config/i386/i386.c (ix86_expand_args_builtin): Likewise. + (ix86_expand_round_builtin): Likewise. 2016-07-27 Segher Boessenkool diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 98b5d03f1b73..4107d2ec80c9 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -37760,6 +37760,7 @@ ix86_expand_args_builtin (const struct builtin_description *d, case 5: pat = GEN_FCN (icode) (real_target, args[0].op, args[1].op, args[2].op, args[3].op, args[4].op); + break; case 6: pat = GEN_FCN (icode) (real_target, args[0].op, args[1].op, args[2].op, args[3].op, args[4].op, @@ -38135,6 +38136,7 @@ ix86_expand_round_builtin (const struct builtin_description *d, case 5: pat = GEN_FCN (icode) (target, args[0].op, args[1].op, args[2].op, args[3].op, args[4].op); + break; case 6: pat = GEN_FCN (icode) (target, args[0].op, args[1].op, args[2].op, args[3].op, args[4].op,