From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 16:33:58 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2591106566B; Wed, 29 Sep 2010 16:33:58 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id F3CE38FC23; Wed, 29 Sep 2010 16:33:57 +0000 (UTC) Received: by wyb33 with SMTP id 33so38570wyb.13 for ; Wed, 29 Sep 2010 09:33:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=+w8qUHLjVfw2SN+9QzNBGd2IT+XfRDTLOuYuIi4Kdd8=; b=D848Js9LJCNMT12clL4dSiF5oVLkX/6XH6Y619+2PG0ah9xrGOeY9SlpZUObOYGuL4 exwW1CvsCcxeuBj+lZ0wcz8X5Q7eWjc6ZHT7CBFwgHJaqHqBwN5Hd69cPxrKODFgT8RC iDGXDg1JkjyF0e+sm7DdnelIptgrsSFJAXrWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=wSPLaoc84fRESw6dtpKyLIyfFEvT0cdyjb3tPnA5ogdXdz8rhOJHIttW+ZPEtPRqkP eZOqBUe+aZwNBz7zlMkWXs/v0TfyiZH/ja2dm8L/MguYDg485b1oqVEsEjMk1cXr/X3u i1lGmG+wh4GrSMzBGoP/0BslplBYFmp8FPNlI= Received: by 10.216.52.135 with SMTP id e7mr1615806wec.98.1285778036538; Wed, 29 Sep 2010 09:33:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.181.142 with HTTP; Wed, 29 Sep 2010 09:33:35 -0700 (PDT) In-Reply-To: <20100929140657.GA50873@freebsd.org> References: <4C99A53E.7060707@FreeBSD.org> <20100929002843.GA5001@oriental.arm.org> <4CA2E00D.3080102@FreeBSD.org> <4CA3244D.7030907@FreeBSD.org> <20100929140657.GA50873@freebsd.org> From: Renato Botelho Date: Wed, 29 Sep 2010 13:33:35 -0300 Message-ID: To: Roman Divacky Content-Type: text/plain; charset=ISO-8859-1 Cc: dlt@mebtel.net, Dimitry Andric , current@freebsd.org Subject: Re: Clang now builds world and kernel, on i386 and amd64 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, 29 Sep 2010 16:33:58 -0000 On Wed, Sep 29, 2010 at 11:06 AM, Roman Divacky wrote: > renato, can you check if libc compiled with clang -O0 still exhibits > the bug? Hi Roman, I needed to build ldexp.{o,po,So} manually with -O2, and built every other object using -O0, the same problem happened. -- Renato Botelho