From: Segher Boessenkool Date: Mon, 11 Dec 2017 23:35:39 +0000 (+0100) Subject: Fix the new pr83361.c testcase X-Git-Tag: upstream/12.2.0~34939 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0473f72571cd1d67867fbd248eca7ac2bbbb3158;p=platform%2Fupstream%2Fgcc.git Fix the new pr83361.c testcase gcc/testsuite/ * gcc.dg/pr83361.c: Add -Wno-div-by-zero to dg-options. From-SVN: r255559 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6388941..ea3f83a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-12-11 Segher Boessenkool + + * gcc.dg/pr83361.c: Add -Wno-div-by-zero to dg-options. + 2017-12-11 Martin Sebor PR c/81544 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