Re: svn commit: r282907 - head/sys/sys

2015-05-15 Thread Pedro Giffuni
On 05/15/15 05:33, Tijl Coosemans wrote: Modified: head/sys/sys/cdefs.h == --- head/sys/sys/cdefs.hThu May 14 15:14:03 2015(r282906) +++ head/sys/sys/cdefs.hThu May 14 15:49:48 2015(r2829

Re: svn commit: r282907 - head/sys/sys

2015-05-15 Thread Tijl Coosemans
On Thu, 14 May 2015 15:49:49 + (UTC) "Pedro F. Giffuni" wrote: > Author: pfg > Date: Thu May 14 15:49:48 2015 > New Revision: 282907 > URL: https://svnweb.freebsd.org/changeset/base/282907 > > Log: > Add new __unreachable() builtin > > This is one of the few post gcc4.2 builtins that

svn commit: r282907 - head/sys/sys

2015-05-14 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 14 15:49:48 2015 New Revision: 282907 URL: https://svnweb.freebsd.org/changeset/base/282907 Log: Add new __unreachable() builtin This is one of the few post gcc4.2 builtins that has been implemented by clang: __builtin_unreachable is used to indicate that a