Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-10 Thread Austin English
On Tue, Aug 9, 2011 at 15:25, Sylvestre Ledru wrote: > Le mardi 09 août 2011 à 11:05 -0700, Austin English a écrit : >> On Tue, Aug 9, 2011 at 02:30, Sylvestre Ledru wrote: >> > Le mardi 09 août 2011 à 02:25 -0700, Austin English a écrit : >> >> >> >> austin@debian:~/637182$ llvm-gcc -o wine-prel

Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-09 Thread Sylvestre Ledru
Le mardi 09 août 2011 à 11:05 -0700, Austin English a écrit : > On Tue, Aug 9, 2011 at 02:30, Sylvestre Ledru wrote: > > Le mardi 09 août 2011 à 02:25 -0700, Austin English a écrit : > >> > >> austin@debian:~/637182$ llvm-gcc -o wine-preloader -static > >> -nodefaultlibs -Wl,-Ttext=0x7c40 prel

Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-09 Thread Austin English
On Tue, Aug 9, 2011 at 02:30, Sylvestre Ledru wrote: > Le mardi 09 août 2011 à 02:25 -0700, Austin English a écrit : >> >> austin@debian:~/637182$ llvm-gcc -o wine-preloader -static >> -nodefaultlibs -Wl,-Ttext=0x7c40 preloader.o libwine_port.a > ^ >> preloader.o: In function `

Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-09 Thread Sylvestre Ledru
Le mardi 09 août 2011 à 02:25 -0700, Austin English a écrit : > > austin@debian:~/637182$ llvm-gcc -o wine-preloader -static > -nodefaultlibs -Wl,-Ttext=0x7c40 preloader.o libwine_port.a ^ > preloader.o: In function `_start': > preloader.c:(.text+0x0): multiple definition of `_

Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-09 Thread Austin English
On Tue, Aug 9, 2011 at 02:23, Sylvestre Ledru wrote: > Le mardi 09 août 2011 à 02:20 -0700, Austin English a écrit : >> On Tue, Aug 9, 2011 at 02:14, Sylvestre Ledru wrote: >> > Le mardi 09 août 2011 à 02:17 -0700, Austin English a écrit : >> > >> >> The bug appears when linking, not sure how to

Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-09 Thread Sylvestre Ledru
Le mardi 09 août 2011 à 02:20 -0700, Austin English a écrit : > On Tue, Aug 9, 2011 at 02:14, Sylvestre Ledru wrote: > > Le mardi 09 août 2011 à 02:17 -0700, Austin English a écrit : > > > >> The bug appears when linking, not sure how to get a reduced testcase for > >> that, please advise if need

Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-09 Thread Sylvestre Ledru
Le mardi 09 août 2011 à 02:17 -0700, Austin English a écrit : > The bug appears when linking, not sure how to get a reduced testcase for > that, please advise if needed. Well, if I don't have a simple testcase to reproduce it, I am not sure I can do anything here for you ... , Sorry Sylvestre

Bug#637182: llvm-gcc-4.5: undefined reference to `memset' error when compiling Wine with optimization (regression)

2011-08-09 Thread Austin English
Package: llvm-gcc-4.5 Version: 2.9-2 Severity: normal Tags: upstream Wine compiles fine with llvm-gcc-4.2.1 (see http://bugs.winehq.org/show_bug.cgi?id=28030), but with llvm-gcc-4.5, it fails to build at loader/preloader.c, when linking: austin@debian:~/wine-git/loader$ make llvm-gcc -o wine-pr