diff mbox series

[PR,87926] bitmap -Wno-error=array-bounds

Message ID bf2bd0a5-30d0-ba05-e941-5b55a81acf4e@acm.org
State New
Headers show
Series [PR,87926] bitmap -Wno-error=array-bounds | expand

Commit Message

Nathan Sidwell Nov. 20, 2018, 3:53 p.m. UTC
Applying a more focussed fix, as suggested by Richard.

nathan
diff mbox series

Patch

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

	PR 87926
	* Makefile.in (bitmap.o-warn): Use -Wno-error=array-bounds.

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 266318)
+++ Makefile.in	(working copy)
@@ -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