>The problem is that the testcases use *_t as typedef which is reserved >by >POSIX and one of them conflicts with Darwin's headers, policy_t. I >changed >all the *_t to be named *_type which is consistent with other libstdc++ >tests and other mt_allocator tests. This is fine, thanks.