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 #5 from rguenth at gcc dot gnu dot org  2009-10-05 09:49 -------
There is one common problem with handling of target options - we do not
properly adjust the flag_var.

But - I cannot reproduce the original problem.  Care to attach a testcase?
I always get linker complaints like

/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: i386
architecture of input file `t.o' is incompatible with i386:x86-64 output
collect2: ld returned 1 exit status


-- 


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]