Re: [PATCH] epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.

2022-01-12 Thread Jeff Law via Gcc-patches
On 1/12/2022 2:56 AM, Martin Liška wrote: This is RFC. Cheers, Martin gcc/ChangeLog: * config/epiphany/epiphany.c (epiphany_mode_priority): Use gcc_unreachable for not handled cases. OK.  As are similar changes in other ports. jeff

Re: [PATCH] epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.

2022-01-12 Thread Martin Liška
On 1/12/22 10:56, Martin Liška wrote: This fixes -Wformat-diag warnings. Ready to be installed? Thanks, Martin Please forget about this email, it's a dup. Martin

[PATCH] epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.

2022-01-12 Thread Martin Liška
This fixes -Wformat-diag warnings. Ready to be installed? Thanks, Martin gcc/ChangeLog: * config/epiphany/epiphany.c (epiphany_mode_priority): Use gcc_unreachable for not handled cases. --- gcc/config/epiphany/epiphany.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH] epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.

2022-01-12 Thread Martin Liška
This is RFC. Cheers, Martin gcc/ChangeLog: * config/epiphany/epiphany.c (epiphany_mode_priority): Use gcc_unreachable for not handled cases. --- gcc/config/epiphany/epiphany.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/epiphany/epiphany.c