From owner-svn-src-head@freebsd.org Wed Feb 22 04:37:59 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F08A2CE9984; Wed, 22 Feb 2017 04:37:59 +0000 (UTC) (envelope-from badger@FreeBSD.org) Received: from sasl.smtp.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C82CE1FA0; Wed, 22 Feb 2017 04:37:59 +0000 (UTC) (envelope-from badger@FreeBSD.org) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 5DFDD6C29B; Tue, 21 Feb 2017 23:37:58 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=tdxzJe5je2rM jwT7JOy6GCmMcvs=; b=rj4re+b1Vix6n3irCl0wHjV2ja8iST+rTT8ydEvsmqjM O3TBR1YFze/PXZbHThZwX1EvXJIQlQIJZG8R7Bw8SZVfox4ps6EaFKJADRAbSwSB VuNIBeUnq+11cAlLUyyh+NeOqo3B1ovcpampf/IBweqHIKod12v+czAS7Yja+nA= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 5659C6C29A; Tue, 21 Feb 2017 23:37:58 -0500 (EST) Received: from [192.168.1.103] (unknown [24.7.205.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 9A7976C299; Tue, 21 Feb 2017 23:37:57 -0500 (EST) Subject: Re: svn commit: r313992 - in head: sys/kern sys/sys tests/sys/kern To: Ravi Pokala , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201702201553.v1KFrGqx057871@repo.freebsd.org> <69055A2F-849B-496B-94BE-0724E0957B81@panasas.com> From: Eric Badger Message-ID: <4825881c-0199-1224-b46b-ab2a78f02392@FreeBSD.org> Date: Tue, 21 Feb 2017 22:37:56 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <69055A2F-849B-496B-94BE-0724E0957B81@panasas.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: AF31C6F0-F8B8-11E6-A71B-FE3F13518317-46178211!pb-smtp1.pobox.com X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 04:38:00 -0000 On 02/21/2017 05:45 PM, Ravi Pokala wrote: > Hi Eric, > > This appears to break buildworld for a bunch of platforms -- possibly all the ones that use gcc rather than clang? > > A representative example from sparc64: > > /usr/home/rpokala/freebsd/clean/base/head/tests/sys/kern/ptrace_test.c: In function 'atfu_ptrace__PT_KILL_breakpoint_body': > /usr/home/rpokala/freebsd/clean/base/head/tests/sys/kern/ptrace_test.c:1693: warning: implicit declaration of function '__builtin_debugtrap' > *** [ptrace_test.o] Error code 1 > > Thanks, > > Ravi (rpokala@) Hi Ravi, Thanks for letting me know, and sorry for the breakage. It should be fixed as of r314075. Eric