This is the mail archive of the glibc-bugs@sources.redhat.com 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]

[Bug libc/312] Compile error in elf/dl-runtime.c with gcc 3.4.1


------- 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.


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