From b2de1b0fa9be3511de3fa1288bac139b077f5a45 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 6 Apr 2012 11:02:55 +0200 Subject: open_issues/glibc: Update. --- open_issues/glibc.mdwn | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) (limited to 'open_issues') diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 24375652..b15c880a 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -262,6 +262,8 @@ Last reviewed up to the [[Git mirror's d40c5d54cb551acba4ef1617464760c5b3d41a14 * `sys/timerfd.h` + * `timespec_get` (74033a2507841cf077e31221de2481ff30b43d51) + * Create `t/cleanup_kernel-features.h`. * Add tests from Linux kernel commit messages for `t/dup3` et al. @@ -448,20 +450,6 @@ Last reviewed up to the [[Git mirror's d40c5d54cb551acba4ef1617464760c5b3d41a14 57769839788e2c62b68d9dfbf4b35052321278ba. . * *baseline* - * [low] implement `timespec_get`, - 74033a2507841cf077e31221de2481ff30b43d51. - * [low] `__volatile`, `BZ #13553`, - a784e502472fb3a1afa4d01a47c66b52d23e00f6: - `sysdeps/mach/i386/machine-lock.h:typedef __volatile int - __spin_lock_t;`, `sysdeps/mach/powerpc/machine-lock.h:typedef - __volatile long int __spin_lock_t;` - * [high] 6ee65ed6ddbf04402fad0bec6aa9c73b9d982ae4, hopefully OK. - * [high] `crti`/`crtn`, 3add8e1353d62d77fdd9b4ca363cdfe7006b0efb, - 0e7dfaef514bbb3ec08934c6f7f42953bc149257, should just work. - * 7638c0fda568726f52ee5a88e1eadcddcd9fa290, `EHWPOISON`, does - [[!message-id - "Pine.LNX.4.64.1202191652540.3253@digraph.polyomino.org.uk"]] apply for - us? * [low] `conformtest`, 3134156779108fe8b46e0f4cd60d837572faaa93 + 4efeffc1d583597e4f52985b9747269e47b754e2 + d94a4670800de6e8f088b8630ad5142866127980 -- what does it do for us? @@ -470,11 +458,11 @@ Last reviewed up to the [[Git mirror's d40c5d54cb551acba4ef1617464760c5b3d41a14 # Build Here's a log of a glibc build run; this is from our [[Git repository's -53c567c28dd36d213af2ef604c4ed7b782e639bf (2012-04-03; 2011-12-30) +001500ab4e25e6b8cf83eb9539e362ed4803d2c1 (2012-04-05; 2012-02-25) sources|source_repositories/glibc]], run on coulomb.SCHWINGE. $ export LC_ALL=C - $ ../Roger_Whittaker/configure AUTOCONF=: --prefix=/usr --disable-profile --disable-multi-arch --build=i486-gnu --host=i486-gnu CC=gcc-4.4 CXX=g++-4.4 2>&1 | tee log_build + $ ../Roger_Whittaker/configure AUTOCONF=: --prefix=/usr --disable-profile --disable-multi-arch --build=i486-gnu --host=i486-gnu CC=gcc-4.6 CXX=g++-4.6 2>&1 | tee log_build [...] $ make install_root=/INVALID 2>&1 | tee log_build_ [...] @@ -577,13 +565,19 @@ TODO. nscd_gethst_r.c:426:5: warning: implicit declaration of function '__close' [-Wimplicit-function-declaration] * baseline - fd5bdc0924e0cfd1688b632068c1b26f3b0c88da..2ba92745c36eb3c3f3af0ce1b0aebd255c63a13b + 2ba92745c36eb3c3f3af0ce1b0aebd255c63a13b..7a270350a9bc3110cd5ba12bbd8c5c8c365e0032 introduces: - In file included from test-wcscpy.c:2:0: - ../string/test-strcpy.c: In function 'do_one_test': - ../string/test-strcpy.c:84:7: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'wchar_t *' [-Wformat] - ../string/test-strcpy.c:84:7: warning: format '%s' expects argument of type 'char *', but argument 6 has type 'const wchar_t *' [-Wformat] + In file included from regex.c:62:0: + regcomp.c: In function 'init_word_char': + regcomp.c:935:4: warning: large integer implicitly truncated to unsigned type [-Woverflow] + regcomp.c:936:4: warning: large integer implicitly truncated to unsigned type [-Woverflow] + + In file included from pldd.c:230:0: + pldd-xx.c:26:0: warning: "static_assert" redefined [enabled by default] + ../assert/assert.h:119:0: note: this is the location of the previous definition + + tst-relsort1.c:6:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] # Install -- cgit v1.2.3