[Bug lto/41565] -m32 causes an ICE when the object files were compiled with 64bit
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Oct 13 22:41:00 GMT 2009
------- Comment #11 from pinskia at gcc dot gnu dot org 2009-10-13 22:40 -------
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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41565
More information about the Gcc-bugs
mailing list