https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92002
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
--- Comment #12 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> diff --git a/gcc/config/sparc/t-sparc b/gcc/config/sparc/t-sparc
> --- a/gcc/config/sparc/t-sparc
> +++ b/gcc/config/sparc/t-sparc
> @@ -27,3 +27,7 @@ sparc-c.o: $(srcdir)/config/sparc/sparc-
> sparc-d.o: $(srcdir)/config/sparc/sparc-d.c
> $(COMPILE) $<
> $(POSTCOMPILE)
> +
> +# Hack around PR bootstrap/92002.
> +tree-ssanames.o-warn += -Wno-error
> +wide-int.o-warn += -Wno-error
On Linux, you need it for simplify-rtx.o too.