From e8f9b351ddbd2387d70f8301b8285c72397269a9 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 20 Nov 2018 15:54:12 +0000 Subject: [PATCH] PR 87926 * Makefile.in (bitmap.o-warn): Use -Wno-error=array-bounds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266319 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 042075e628b..d9af1e50781 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-11-20 Nathan Sidwell + + PR 87926 + * Makefile.in (bitmap.o-warn): Use -Wno-error=array-bounds. + 2018-11-20 Jan Hubicka PR lto/87997 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ec793175c3b..cf9fcb3b8f4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -221,7 +221,7 @@ libgcov-merge-tool.o-warn = -Wno-error gimple-match.o-warn = -Wno-unused generic-match.o-warn = -Wno-unused dfp.o-warn = -Wno-strict-aliasing -bitmap.o-warn = -Wno-error # PR 87926 +bitmap.o-warn = -Wno-error=array-bounds # PR 87926 # All warnings have to be shut off in stage1 if the compiler used then # isn't gcc; configure determines that. WARN_CFLAGS will be either -- 2.11.4.GIT