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/179dd124509c
branches:  trunk
changeset: 827808:179dd124509c
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 afe717b810c5 -r 179dd124509c 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