On Mon, Sep 26, 2016 at 03:34:40PM +0200, Rainer Orth wrote: > Ok for mainline if the bootstraps pass (with appropriate changelog > entries, of course)?
Yes. > diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c > --- a/gcc/config/i386/i386.c > +++ b/gcc/config/i386/i386.c > @@ -17917,6 +17917,7 @@ ix86_print_operand (FILE *file, rtx x, i > #ifdef HAVE_AS_IX86_CMOV_SUN_SYNTAX > if (ASSEMBLER_DIALECT == ASM_ATT) > putc ('.', file); > + gcc_fallthrough (); > #endif Where have you been adding the /*FALLTHROUGH*/ ? Before #endif or after it? Jakub