diff mbox series

[PR/87936] --disable-checking bootstrap break

Message ID a9be19f1-ded2-fe35-5f08-7c7e4ed289e0@acm.org
State New
Headers show
Series [PR/87936] --disable-checking bootstrap break | expand

Commit Message

Nathan Sidwell Nov. 7, 2018, 10:44 p.m. UTC
I'm committing this to unbreak a --disable-checking bootstrap build 
failure.  As documented in the PR we think there's an out of bound array 
access.

nathan
diff mbox series

Patch

2018-11-07  Nathan Sidwell  <nathan@acm.org>

	PR 87926
	* Makefile.in (bitmap.o-warn): Add -Wno-error to unbreak
	--disable-checking bootstrap.

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 265883)
+++ Makefile.in	(working copy)
@@ -221,6 +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
 
 # 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