From owner-freebsd-current@FreeBSD.ORG Thu Apr 14 13:47:40 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 3135C106564A; Thu, 14 Apr 2011 13:47:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id E00518FC0A; Thu, 14 Apr 2011 13:47:39 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:dd48:486e:166b:644] (unknown [IPv6:2001:7b8:3a7:0:dd48:486e:166b:644]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 289B95C59; Thu, 14 Apr 2011 15:47:39 +0200 (CEST) Message-ID: <4DA6FB0E.1000005@FreeBSD.org> Date: Thu, 14 Apr 2011 15:47:58 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16pre) Gecko/20110319 Lanikai/3.1.10pre MIME-Version: 1.0 To: Alexander Best References: <4DA6DF88.2040005@FreeBSD.org> <20110414132006.GA49440@freebsd.org> In-Reply-To: <20110414132006.GA49440@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: George Liaskos , freebsd-current@freebsd.org, kde@freebsd.org Subject: Re: KDE related compile errors on CURRENT. 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: Thu, 14 Apr 2011 13:47:40 -0000 On 2011-04-14 15:20, Alexander Best wrote: ... >> There's one more minor hiccup described here >> http://lists.freebsd.org/pipermail/freebsd-current/2011-March/023415.html >> >> This issue as of r220528 is not resolved. > > odd. r219697 should have taken care of that. maybe you might want to ping > Martin Matuska? It works fine here: $ gcc -### -march=native -S empty.c Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.2 20070831 prerelease [FreeBSD] "/usr/libexec/cc1" "-quiet" "-D_LONGLONG" "empty.c" "-march=core2" "-mtune=generic" "-quiet" "-dumpbase" "empty.c" "-auxbase" "empty" "-o" "empty.s" and also for clang: $ clang -### -march=native -S empty.c FreeBSD clang version 3.0 (trunk 129512) 20110414 Target: i386-undermydesk-freebsd9.0 Thread model: posix "/usr/bin/clang" "-cc1" "-triple" "i386-undermydesk-freebsd9.0" "-S" "-disable-free" "-main-file-name" "empty.c" "-mrelocation-model" "static" "-mdisable-fp-elim" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" "corei7" "-momit-leaf-frame-pointer" "-resource-dir" "/usr/bin/../lib/clang/3.0" "-ferror-limit" "19" "-fmessage-length" "0" "-fgnu-runtime" "-fdiagnostics-show-option" "-o" "empty.s" "-x" "c" "empty.c"