Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc.old/dist/gcc Fix what looks like a merge b...
details: https://anonhg.NetBSD.org/src/rev/da32c4388890
branches: trunk
changeset: 357507:da32c4388890
user: martin <martin%NetBSD.org@localhost>
date: Mon Nov 13 11:49:16 2017 +0000
description:
Fix what looks like a merge botch.
diffstat:
external/gpl3/gcc.old/dist/gcc/toplev.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r f2a6842090a3 -r da32c4388890 external/gpl3/gcc.old/dist/gcc/toplev.c
--- a/external/gpl3/gcc.old/dist/gcc/toplev.c Mon Nov 13 11:45:54 2017 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/toplev.c Mon Nov 13 11:49:16 2017 +0000
@@ -1386,8 +1386,7 @@
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;
Home |
Main Index |
Thread Index |
Old Index