Hi, On Thu, 20 Sep 2012, Dehao Chen wrote:
> 4. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54650 Failed one > regression test in libgomp (I didn't know that there are regression > tests for libraries before...) This error should be a bug exposed by > this patch. I'll try to provide a patch as soon as possible. Always do a 'make check' from the toplevel build directory. For looking at the results you may find contrib/test_summary afterwards useful. Compare it's output from a run with and without patch. All new FAILs will have to be investigated, and with the above procedure you won't miss any. Ciao, Michael.