]> granicus.if.org Git - gc/commitdiff
Update TODO file
authorIvan Maidanski <ivmai@mail.ru>
Mon, 23 Jan 2012 17:48:54 +0000 (21:48 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 23 Jan 2012 17:48:54 +0000 (21:48 +0400)
TODO

diff --git a/TODO b/TODO
index 3d88d255c5dca0623451a7bcc3bc7f2a8e48d03d..539666a2600cc133f3f1881b435b7c49e3926cd4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,9 +9,6 @@ Add a test for libatomic_ops minimal version required (at compile time).
 
 Merge symbian branch to master.
 
-Declare GC_abort with noreturn attribute (should as well force optimizer to
-imply not-EXPECT in the condition).
-
 windows-untested: Remove if CMake can generate MS Visual Studio 6.0, 7.0, 8.0
 project files.
 
@@ -25,8 +22,6 @@ auto-generated Makefile) instead. (Same for EMX_MAKEFILE.)
 
 build_atomic_ops.sh[.cygwin]: Remove if really not needed.
 
-Enable parallel mark, thread-local-alloc (and, probably, unmapping) by default.
-
 
 == FIXME tasks ==
 
@@ -39,3 +34,11 @@ Cygwin: crashes with USE_MUNMAP: mmap(PROT_NONE) failed.
 
 Cygwin: autoreconf fails: possibly undefined macro: AC_MSG_ERROR, AS_IF
 at configure.ac:59 and configure.ac:694, respectively (autoreconf-2.68).
+
+HP-UX 11.00 with the vendor cc fails:
+Perhaps GC_push_regs was configured incorrectly? FAIL: gctest.
+
+OpenBSD 4.9/x86 fails:
+GC_push_all_stacks: sp not set! FAIL: gctest, threadleaktest.
+
+NetBSD 5.1/x86: threadkey_test hangs sometimes.