Hello Howard,

thread.thread.id/lt.pass.cpp failed on the android arm build because
pthread_t is signed meaning that thread::id() doesn't always produces the
minimal possible value in the range of ids.

I've updated the test to be more permissive of having an underlying value
that is signed. Let me know what you think.

Thanks,
Albert

Attachment: thread_lt.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to