diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-11-19 16:20:06 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-11-19 16:20:06 +0100 |
commit | eb72b4fae00f5e0cf173778ae3327e39e0140b95 (patch) | |
tree | d0daaaa628be61faf72e02aac4f238851c3a1e26 /open_issues | |
parent | 7a7e01a2411df93baa6e8c3847e7a9fb444a4beb (diff) |
few more glibc notes
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/glibc.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 5ed99133..35029eae 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -613,7 +613,7 @@ default]` identifiers which warning flag triggered. TODO. - * With GCC 4.5, there's a ton of these warnings: + * With GCC >= 4.5, there's a ton of these warnings: hurd/hurd.h: In function '__hurd_fail': hurd/hurd.h:73: warning: case value '0' not in enumerated type 'error_t' @@ -845,10 +845,13 @@ There is quite a baseline of failures. Floating point exception - * `posix/bug-regex31-mem`, `posix/tst-fnmatch-mem` + * `posix/bug-regex31-mem`, `posix/tst-fnmatch-mem`, `misc/tst-error1-mem`, + `libio/tst-fopenloc.check` *output* files: some memory not freed. + [[!message-id "87mxd9hl2n.fsf@kepler.schwinge.homeip.net"]] + * `assert/test-assert.out` Fails sometimes... |