https://gcc.gnu.org/g:5fedaa2347939dcad24581608520067ec6560758
commit r16-3191-g5fedaa2347939dcad24581608520067ec6560758 Author: Andrew Pinski <andrew.pin...@oss.qualcomm.com> Date: Wed Aug 13 17:48:15 2025 +0000 Mark epiphany and rl78 as obsolete targets rl78 still uses reload rather than LRA. epiphany still uses reload and causes ICEs during reload. Both don't have a maintainer. epiphany has been without one since 2024 (2023 email) while rl78 has been without one since 2018. gcc/ChangeLog: * config.gcc: Mark epiphany*-*-* and rl78*-*-* as obsolete targets. Signed-off-by: Andrew Pinski <andrew.pin...@oss.qualcomm.com> Diff: --- gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index 0d8dbc4fb199..55e171816dca 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -273,7 +273,7 @@ esac # Obsolete configurations. case ${target} in ia64*-*-hpux* | ia64*-*-*vms* | ia64*-*-elf* \ - | m32c*-*-* \ + | m32c*-*-* | epiphany*-*-* | rl78*-*-* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2