Fix what looks like a merge botch.
This commit is contained in:
parent
eafc5bd35a
commit
c4d8205949
3
external/gpl3/gcc.old/dist/gcc/toplev.c
vendored
3
external/gpl3/gcc.old/dist/gcc/toplev.c
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user