From owner-freebsd-current@FreeBSD.ORG Wed Jul 27 18:18:38 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72B3C106564A; Wed, 27 Jul 2011 18:18:38 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9588FC13; Wed, 27 Jul 2011 18:18:37 +0000 (UTC) Received: by gxk28 with SMTP id 28so1604742gxk.13 for ; Wed, 27 Jul 2011 11:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=FV7PVEzwcbU8MckAIBwAreAA1+VdFgGFxLufFGfWyms=; b=evJKo37hlRxKJzJN0T+J775+W7/4U93CpgOb+NbUyagM74L5Oy4ujIT5T8Oydb+nWI KUxtFxstVQhJ9L3xbOlWYocZEXPNx2HxzyyajnIPcYbPQ144Q0Sbnh6LvuUYoPAJBij6 IrMHeKXHrN0wkd2XtdBabQCMhic1v5r0pThHw= Received: by 10.43.64.66 with SMTP id xh2mr83515icb.391.1311790717152; Wed, 27 Jul 2011 11:18:37 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.67.211 with HTTP; Wed, 27 Jul 2011 11:18:07 -0700 (PDT) In-Reply-To: <4E305510.1010900@FreeBSD.org> References: <20110727101918.GA86589@lexx.ifp.tuwien.ac.at> <4E305510.1010900@FreeBSD.org> From: Chris Rees Date: Wed, 27 Jul 2011 19:18:07 +0100 X-Google-Sender-Auth: A0JYDSMBkbchuHzLR4sWg6K0QME Message-ID: To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Alexey Shuvaev , freebsd-current@freebsd.org, office@freebsd.org Subject: Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2011 18:18:38 -0000 On 27 July 2011 19:12, Dimitry Andric wrote: > On 2011-07-27 12:19, Alexey Shuvaev wrote: > ... >> >> So, if I compile the whole world (and kernel) with clang, soffice.bin >> dumps core. If I recompile the world with gcc and replace >> /lib/libgcc_s.so.1 >> with the new one, OpenOffice works fine again. > > Hmm, OpenOffice is a rather unwieldy testcase, not in the least because > it takes ages and many gigabytes to build. :( =A0Did you or anyone else > ever find a smaller testcase? CCing office@, maintainers -- could be interested and may give answers. FWIW, LibreOffice is probably a better target for clang -- seems to be The Future. Chris