Re: [Bulk] Re: [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros

2012-09-28 Thread Josh Triplett
On Fri, Sep 28, 2012 at 07:34:36PM -0500, Daniel Santos wrote: > On 09/28/2012 07:23 PM, Josh Triplett wrote: > > On Fri, Sep 28, 2012 at 06:20:06PM -0500, Daniel Santos wrote: > >> __linktime_error() does the same thing as __compiletime_error() and is > >> only used in bug.h. Since the macro

Re: [Bulk] Re: [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros

2012-09-28 Thread Daniel Santos
On 09/28/2012 07:23 PM, Josh Triplett wrote: > On Fri, Sep 28, 2012 at 06:20:06PM -0500, Daniel Santos wrote: >> __linktime_error() does the same thing as __compiletime_error() and is >> only used in bug.h. Since the macro defines a function attribute that >> will cause a failure at compile-time

Re: [Bulk] Re: [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros

2012-09-28 Thread Daniel Santos
On 09/28/2012 07:23 PM, Josh Triplett wrote: On Fri, Sep 28, 2012 at 06:20:06PM -0500, Daniel Santos wrote: __linktime_error() does the same thing as __compiletime_error() and is only used in bug.h. Since the macro defines a function attribute that will cause a failure at compile-time (not

Re: [Bulk] Re: [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros

2012-09-28 Thread Josh Triplett
On Fri, Sep 28, 2012 at 07:34:36PM -0500, Daniel Santos wrote: On 09/28/2012 07:23 PM, Josh Triplett wrote: On Fri, Sep 28, 2012 at 06:20:06PM -0500, Daniel Santos wrote: __linktime_error() does the same thing as __compiletime_error() and is only used in bug.h. Since the macro defines a