From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17521 invoked by alias); 17 Oct 2005 04:52:42 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 17295 invoked by alias); 17 Oct 2005 04:52:39 -0000 Date: Mon, 17 Oct 2005 04:52:00 -0000 Message-ID: <20051017045239.17277.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050214210840.721.matthew@linuxfromscratch.org> References: <20050214210840.721.matthew@linuxfromscratch.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213 X-Bugzilla-Reason: CC X-SW-Source: 2005-10/txt/msg00198.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-10-17 04:52 ------- Subject: Bug 721 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-10-17 04:52:33 Modified files: math : math_private.h sysdeps/alpha/fpu/bits: mathinline.h Log message: 2005-01-07 Richard Henderson [BZ #721] * math/math_private.h (__copysign): Define as builtin for gcc 4. (__copysignf, __copysignl): Likewise. * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define for gcc 4.0. (copysignf, copysignl, fabsf, fabs): Likewise. (__copysign, __copysignf, __copysignl): Remove. (__fabs, __fabsf): Remove. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/math/math_private.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.18&r2=1.18.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/alpha/fpu/bits/mathinline.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.14&r2=1.14.2.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=721 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.