Nothing major to report. I found a small buglet in gcc/testsuite/g++.dg/dg.exp that is left over from the memmodel -> simulate-thread rename.

I also found that trunk does not have the following change to g++.dg/dg.exp and I will submit this as a follow up (to trunk).

Committed to branch.

houston:/source/cxx-mem-model-merge/gcc/testsuite/g++.dg$ svn diff *.exp
Index: dg.exp
===================================================================
--- dg.exp      (revision 179857)
+++ dg.exp      (working copy)
@@ -48,7 +48,7 @@ set tests [prune $tests $srcdir/$subdir/
 set tests [prune $tests $srcdir/$subdir/torture/*]
 set tests [prune $tests $srcdir/$subdir/graphite/*]
 set tests [prune $tests $srcdir/$subdir/guality/*]
-set tests [prune $tests $srcdir/$subdir/memmodel/*]
+set tests [prune $tests $srcdir/$subdir/simulate-thread/*]

 # Main loop.
 dg-runtest $tests "" $DEFAULT_CXXFLAGS

Reply via email to