Fix what looks like a merge botch.

This commit is contained in:
martin 2017-11-13 11:49:16 +00:00
parent eafc5bd35a
commit c4d8205949

View File

@ -1386,8 +1386,7 @@ process_options (void)
if (flag_sanitize & SANITIZE_THREAD)
{
error (UNKNOWN_LOCATION,
"%<-fcheck-pointer-bounds%> is not supported with "
error ("%<-fcheck-pointer-bounds%> is not supported with "
"Thread Sanitizer");
flag_check_pointer_bounds = 0;