This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix ldbl-128ibm strtold overflow handling (bug 14551) [committed]


Joseph Myers <joseph@codesourcery.com> writes:

> Tested for powerpc.  Committed.

In file included from ../include/sys/param.h:1:0,
                 from ../sysdeps/generic/hp-timing-common.h:41,
                 from ../sysdeps/powerpc/powerpc64/hp-timing.h:44,
                 from ../nptl/descr.h:27,
                 from ../sysdeps/powerpc/nptl/tls.h:58,
                 from ../include/errno.h:27,
                 from ../sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c:21:
../misc/sys/param.h:102:0: error: "MIN" redefined [-Werror]
 #define MIN(a,b) (((a)<(b))?(a):(b))
 ^
In file included from ../sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c:19:0:
./gmp-impl.h:68:0: note: this is the location of the previous definition
 #define MIN(l,o) ((l) < (o) ? (l) : (o))
 ^
In file included from ../include/sys/param.h:1:0,
                 from ../sysdeps/generic/hp-timing-common.h:41,
                 from ../sysdeps/powerpc/powerpc64/hp-timing.h:44,
                 from ../nptl/descr.h:27,
                 from ../sysdeps/powerpc/nptl/tls.h:58,
                 from ../include/errno.h:27,
                 from ../sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c:21:
../misc/sys/param.h:103:0: error: "MAX" redefined [-Werror]
 #define MAX(a,b) (((a)>(b))?(a):(b))
 ^
In file included from ../sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c:19:0:
./gmp-impl.h:71:0: note: this is the location of the previous definition
 #define MAX(h,i) ((h) > (i) ? (h) : (i))
 ^

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]