This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/41565] -m32 causes an ICE when the object files were compiled with 64bit



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]