Re: [Libreoffice-commits] core.git: make bridges work with clang on x64 linux

2013-03-26 Thread Stephan Bergmann
On 03/25/2013 07:56 PM, Peter Foley wrote: When I tried to build libreoffice with clang 3.2 for x86-64 linux I got a segfault in CustomTarget_uno_test. What Linux version would that be? After I made the above change the segfault went away. I don't really understand the bridges module so

Re: [Libreoffice-commits] core.git: make bridges work with clang on x64 linux

2013-03-26 Thread Peter Foley
On Tue, Mar 26, 2013 at 3:45 AM, Stephan Bergmann sberg...@redhat.com wrote: What Linux version would that be? It's a gentoo box. I'm using clang 3.2 and llvm 3.2. I've attached the gentoo package version info. I'd be more than happy to try out a patch or something to try and fix this properly.

Re: [Libreoffice-commits] core.git: make bridges work with clang on x64 linux

2013-03-25 Thread Stephan Bergmann
On 03/24/2013 03:21 PM, Peter Foley wrote: commit d72b4106e2b1525f76ea4d91458204aeec8b408e Author: Peter Foley pefol...@verizon.net Date: Sun Mar 24 10:20:09 2013 -0400 make bridges work with clang on x64 linux Change-Id: Idf5c7586e375f0321c765d165f9698403b7a7daf diff --git

Re: [Libreoffice-commits] core.git: make bridges work with clang on x64 linux

2013-03-25 Thread Peter Foley
Stephen, When I tried to build libreoffice with clang 3.2 for x86-64 linux I got a segfault in CustomTarget_uno_test. After I made the above change the segfault went away. I don't really understand the bridges module so there might be a better way to fix this, but disabling optimization on that