It needs the following.  Sorry for that.  Committing.

Segher


2017-12-11  Segher Boessenkool  <seg...@kernel.crashing.org>

gcc/testsuite/
        * gcc.dg/pr83361.c: Add -Wno-div-by-zero to dg-options.

---
 gcc/testsuite/gcc.dg/pr83361.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr83361.c b/gcc/testsuite/gcc.dg/pr83361.c
index 2a6f807..815b055 100644
--- a/gcc/testsuite/gcc.dg/pr83361.c
+++ b/gcc/testsuite/gcc.dg/pr83361.c
@@ -1,6 +1,6 @@
 /* PR rtl-optimization/83361 */
 /* { dg-do compile } */
-/* { dg-options "-O2 -freorder-blocks-and-partition" } */
+/* { dg-options "-O2 -freorder-blocks-and-partition -Wno-div-by-zero" } */
 
 #include <limits.h>
 
-- 
1.8.3.1

Reply via email to