Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/usr.bin/backend ira-color.c needs -Wno-err...



details:   https://anonhg.NetBSD.org/src/rev/4d04cc83c1dd
branches:  trunk
changeset: 448502:4d04cc83c1dd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 04 08:15:51 2019 +0000

description:
ira-color.c needs -Wno-error=int-in-bool-context for now.

diffstat:

 external/gpl3/gcc/usr.bin/backend/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 93462c779238 -r 4d04cc83c1dd external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile        Mon Feb 04 08:07:33 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile        Mon Feb 04 08:15:51 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.51 2018/11/06 06:17:29 mrg Exp $
+#      $NetBSD: Makefile,v 1.52 2019/02/04 08:15:51 mrg Exp $
 
 LIBISPRIVATE=  yes
 
@@ -507,6 +507,8 @@
 # XXX make all hooks generated for now.
 final.o: target-hooks-def.h c-family/c-target-hooks-def.h common/common-target-hooks-def.h
 
+COPTS.ira-color.c+= -Wno-error=int-in-bool-context
+
 .if ${MACHINE_CPU} == "arm"
 # XXX insn-recog.c:10304:7: error: this decimal constant is unsigned only in ISO C90 [-Werror]
 COPTS.insn-recog.c+=-Wno-error



Home | Main Index | Thread Index | Old Index