This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41565] -m32 causes an ICE when the object files were compiled with 64bit
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Oct 2009 22:40:56 -0000
- Subject: [Bug lto/41565] -m32 causes an ICE when the object files were compiled with 64bit
- References: <bug-41565-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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