Bug#377416: libc6-dev: __THROW defined in sys/cdefs.h is broken with GCC 3.3

2007-02-06 Thread Roger Leigh
Pierre HABOUZIT [EMAIL PROTECTED] writes: tag 377416 + moreinfo thanks On Sat, Jul 08, 2006 at 08:14:35PM +0100, Roger Leigh wrote: Package: libc6-dev Version: 2.3.6-15 Severity: important # if !defined __cplusplus __GNUC_PREREQ (3, 3) # define __THROW __attribute__

Bug#377416: libc6-dev: __THROW defined in sys/cdefs.h is broken with GCC 3.3

2007-02-06 Thread Pierre HABOUZIT
On Wed, Feb 07, 2007 at 12:20:38AM +, Roger Leigh wrote: Pierre HABOUZIT [EMAIL PROTECTED] writes: tag 377416 + moreinfo thanks On Sat, Jul 08, 2006 at 08:14:35PM +0100, Roger Leigh wrote: Package: libc6-dev Version: 2.3.6-15 Severity: important # if !defined __cplusplus

Bug#377416: libc6-dev: __THROW defined in sys/cdefs.h is broken with GCC 3.3

2007-02-05 Thread Pierre HABOUZIT
tag 377416 + moreinfo thanks On Sat, Jul 08, 2006 at 08:14:35PM +0100, Roger Leigh wrote: Package: libc6-dev Version: 2.3.6-15 Severity: important # if !defined __cplusplus __GNUC_PREREQ (3, 3) # define __THROW __attribute__ ((__nothrow__)) # define __NTH(fct)

Bug#377416: libc6-dev: __THROW defined in sys/cdefs.h is broken with GCC 3.3

2006-07-27 Thread Roger Leigh
Aurelien Jarno [EMAIL PROTECTED] writes: Roger Leigh wrote: Package: libc6-dev Version: 2.3.6-15 Severity: important # if !defined __cplusplus __GNUC_PREREQ (3, 3) # define __THROW __attribute__ ((__nothrow__)) # define __NTH(fct)__attribute__ ((__nothrow__))

Bug#377416: libc6-dev: __THROW defined in sys/cdefs.h is broken with GCC 3.3

2006-07-24 Thread Aurelien Jarno
Roger Leigh wrote: Package: libc6-dev Version: 2.3.6-15 Severity: important # if !defined __cplusplus __GNUC_PREREQ (3, 3) # define __THROW __attribute__ ((__nothrow__)) # define __NTH(fct)__attribute__ ((__nothrow__)) fct # else # if defined __cplusplus

Bug#377416: libc6-dev: __THROW defined in sys/cdefs.h is broken with GCC 3.3

2006-07-08 Thread Roger Leigh
Package: libc6-dev Version: 2.3.6-15 Severity: important # if !defined __cplusplus __GNUC_PREREQ (3, 3) # define __THROW __attribute__ ((__nothrow__)) # define __NTH(fct)__attribute__ ((__nothrow__)) fct # else # if defined __cplusplus __GNUC_PREREQ (2,8) # define

Bug#377416: libc6-dev: __THROW defined in sys/cdefs.h is broken with GCC 3.3

2006-07-08 Thread Roger Leigh
Changing # if !defined __cplusplus __GNUC_PREREQ (3, 3) # define __THROW __attribute__ ((__nothrow__)) # define __NTH(fct)__attribute__ ((__nothrow__)) fct to # if !defined __cplusplus __GNUC_PREREQ (3, 3) # define __THROW # define __NTH(fct)__attribute__ ((__nothrow__)) fct