This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/77974] m68k bootstrap failure due to -Werror=implicit-fallthrough


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77974

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
I think this is intented:

diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c
index a104193c23..0eb1528079 100644
--- a/gcc/config/m68k/m68k.c
+++ b/gcc/config/m68k/m68k.c
@@ -4546,6 +4546,7 @@ m68k_get_reloc_decoration (enum m68k_reloc reloc)
                  return "";
                }
            }
+         return "";
        }

     case RELOC_TLSGD:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]