[Bug lto/41565] -m32 causes an ICE when the object files were compiled with 64bit
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 1 18:05:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41565
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
CC| |egallager at gcc dot gnu.org
--- Comment #12 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #11)
> Simple testcase for powerpc64.
> int main(void){ return 0; }
> --- CUT --
> gcc t.c -flto -c -m64
> /home/apinski/gcc-mainline/libexec/gcc/powerpc64-unknown-linux-gnu/4.5.0/
> lto1 t.o -m32
>
> --- CUT ---
> I have not tried after the patch though.
Confirmed, happens on i386-apple-darwin9.8.0 too.
More information about the Gcc-bugs
mailing list