From owner-freebsd-current@FreeBSD.ORG Thu Apr 14 14:03:03 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 8EF311065670; Thu, 14 Apr 2011 14:03:03 +0000 (UTC) Date: Thu, 14 Apr 2011 14:03:03 +0000 From: Alexander Best To: Dimitry Andric Message-ID: <20110414140303.GA54786@freebsd.org> References: <4DA6DF88.2040005@FreeBSD.org> <20110414132006.GA49440@freebsd.org> <4DA6FB0E.1000005@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DA6FB0E.1000005@FreeBSD.org> 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 14:03:03 -0000 On Thu Apr 14 11, Dimitry Andric wrote: > 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: for me too when using clang. i cannot say anything about base gcc because it's dated march 13th on my machine, which is before r219697 was committed. are you sure you are running a copy of base gcc built from a recent HEAD? cheers. alex > > $ 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" -- a13x