diff mbox

[jit] Update the TODO

Message ID 1410375858-36537-1-git-send-email-dmalcolm@redhat.com
State New
Headers show

Commit Message

David Malcolm Sept. 10, 2014, 7:04 p.m. UTC
Committed to branch dmalcolm/jit:

gcc/jit/ChangeLog.jit:

	* TODO.rst (Test suite): Multithreaded test is done.
---
 gcc/jit/ChangeLog.jit | 4 ++++
 gcc/jit/TODO.rst      | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/gcc/jit/ChangeLog.jit b/gcc/jit/ChangeLog.jit
index 0e663cd..029e29a 100644
--- a/gcc/jit/ChangeLog.jit
+++ b/gcc/jit/ChangeLog.jit
@@ -1,5 +1,9 @@ 
 2014-09-10  David Malcolm  <dmalcolm@redhat.com>
 
+	* TODO.rst (Test suite): Multithreaded test is done.
+
+2014-09-10  David Malcolm  <dmalcolm@redhat.com>
+
 	* dummy-frontend.c: Fix up for the header file flattening on
 	trunk by adding includes of signop.h, tree-core.h, stor-layout.h,
 	tree-ssa-alias.h, gimple-expr.h.
diff --git a/gcc/jit/TODO.rst b/gcc/jit/TODO.rst
index fd7b07c..ed8ffcc 100644
--- a/gcc/jit/TODO.rst
+++ b/gcc/jit/TODO.rst
@@ -104,10 +104,6 @@  Test suite
 ==========
 * get DejaGnu to build and run C++ testcases
 
-* add a multi-threaded test (perhaps based on test-combination.c, with a
-  thread pool working through multiple instances of the various underlying
-  tests, each thread having a separate gcc_jit_context)
-
 Future milestones
 =================
 * try porting llvmpipe to gcc