-----Original Message----- > From: <owner-src-committ...@freebsd.org> on behalf of Eric Badger > <bad...@freebsd.org> > Date: 2017-02-21, Tuesday at 20:37 > To: Ravi Pokala <rpok...@mac.com>, <src-committ...@freebsd.org>, > <svn-src-...@freebsd.org>, <svn-src-head@freebsd.org> > Subject: Re: svn commit: r313992 - in head: sys/kern sys/sys tests/sys/kern > > 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
Hi Eric, Alas, no joy: /usr/home/rpokala/freebsd/clean/base/head/tests/sys/kern/ptrace_test.c:1694:3: error: implicit declaration of function 'breakpoint' is invalid in C99 [-Werror,-Wimplicit-function-declaration] breakpoint(); ^ Try again? Thanks, Ravi (rpokala@) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"