re PR tree-optimization/87926 (bad array-index warning breaks --disable-checking...
authorNathan Sidwell <nathan@acm.org>
Tue, 20 Nov 2018 15:54:12 +0000 (15:54 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 20 Nov 2018 15:54:12 +0000 (15:54 +0000)
PR 87926
* Makefile.in (bitmap.o-warn): Use -Wno-error=array-bounds.

From-SVN: r266319

gcc/ChangeLog
gcc/Makefile.in

index 042075e628b6eaa22a71fe598beeadf610669ed9..d9af1e50781a66b00722ecf3f7df0e25a9777ccb 100644 (file)
@@ -1,3 +1,8 @@
+2018-11-20  Nathan Sidwell  <nathan@acm.org>
+
+       PR 87926
+       * Makefile.in (bitmap.o-warn): Use -Wno-error=array-bounds.
+
 2018-11-20  Jan Hubicka  <hubicka@ucw.cz>
 
        PR lto/87997
index ec793175c3bdb60e958271b5589f2119e4ae9092..cf9fcb3b8f426bb1685605a2c67ebdf80e0a92d7 100644 (file)
@@ -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