From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22248 invoked by alias); 10 Aug 2004 13:50:03 -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 22229 invoked by uid 48); 10 Aug 2004 13:50:01 -0000 Date: Tue, 10 Aug 2004 13:50:00 -0000 Message-ID: <20040810135001.22228.qmail@sourceware.org> From: "duncan_roe at acslink dot net dot au" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040808092509.312.jan.h.d@swipnet.se> References: <20040808092509.312.jan.h.d@swipnet.se> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/312] Compile error in elf/dl-runtime.c with gcc 3.4.1 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg00098.txt.bz2 List-Id: ------- Additional Comments From duncan_roe at acslink dot net dot au 2004-08-10 13:49 ------- (In reply to comment #1) > I'm using 3.4.1 all the time and see no problems. This is with the current CVS. > If you use anything else stop doing that and use the CVS code. Ok I tried that. Compile failed initially but I fixed it: --- libio/bits/stdio.h.bu 2004-08-10 14:38:00.000000000 +1000 +++ libio/bits/stdio.h 2004-08-10 22:58:35.000000000 +1000 @@ -167,7 +167,7 @@ || (__builtin_constant_p (n) && (size_t) (n) == 0)) \ /* Evaluate all parameters once. */ \ ? ((void) (ptr), (void) (stream), (void) (size), \ - (size_t) n) \ + (size_t) (n)) \ : fwrite_unlocked (ptr, size, n, stream)))) #endif Now "make check" fails in internationalisation but I forced it past that bit so will see how it goes. Do you want the failure report? I am a little uneasy about using some random CVS snapshot when there was a release (2.3.3) so recently - what gcc version was the release built with? nptl/tst-clock2 just failed: output is: clock_gettime round 0 failed Is that serious? -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=312 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.