[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux
bergner at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 29 16:33:14 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952
Peter Bergner <bergner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bergner at gcc dot gnu.org
--- Comment #4 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to Will Schmidt from comment #3)
> Couldn't duplicate on P8/BE. I still have a couple builds going to see if I
> can duplicate elsewhere.
>
> I see "--with-cpu=default32 " in the config string. Is this an older
> hardware platform?
--with-cpu=default32 is valid on any BE system, old or new. It just creates a
compiler that defaults to -m32 rather than -m64. Ie, the compile above that is
ICEing has an implicit -m32 added. I can help you build a default32 gcc if
just adding -m32 to your compile doesn't ICE on the test case.
More information about the Gcc-bugs
mailing list