[PATCH v6 5/25] compiler{,-gcc4}.h: Remove duplicate macros

2012-09-27 Thread Daniel Santos
__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 link-time), it makes more sense to keep __compiletime_error(), which is also neatly mated with

[PATCH v6 5/25] compiler{,-gcc4}.h: Remove duplicate macros

2012-09-27 Thread Daniel Santos
__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 link-time), it makes more sense to keep __compiletime_error(), which is also neatly mated with