From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 3 16:36:58 2013 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D0F7519A; Sun, 3 Mar 2013 16:36:58 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D5DB1EC7; Sun, 3 Mar 2013 16:36:57 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA28807; Sun, 03 Mar 2013 18:36:56 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1UCBuC-000FhV-6t; Sun, 03 Mar 2013 18:36:56 +0200 Message-ID: <51337C27.7000105@FreeBSD.org> Date: Sun, 03 Mar 2013 18:36:55 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130220 Thunderbird/17.0.3 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: clang generated code sometimes confuses fbt References: <5132387E.8010808@FreeBSD.org> <51323C62.4040506@FreeBSD.org> <51325FB3.7080300@FreeBSD.org> <51337018.30000@FreeBSD.org> In-Reply-To: <51337018.30000@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 16:36:58 -0000 on 03/03/2013 17:45 Dimitry Andric said the following: > Debug log of ctfconvert operating on a gcc-compiled bpobj.o: > > http://www.andric.com/freebsd/ctfconvert-bpobj-gcc.log > > The same, but on a clang-compiled bpobj.o: > > http://www.andric.com/freebsd/ctfconvert-bpobj-clang.log > > This latter log does not change at all, if you change the FILE symbol to > just "bpobj.c". So there seems to something else in (probably) the > debug information that confuses ctfconvert. Sorry, but these two logs look so different to each other and your clang log is so different from a log that I get here with that I believe that something is wrong in your test. -- Andriy Gapon