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.

Reply via email to