Commit 0473f725 by Segher Boessenkool Committed by Segher Boessenkool

Fix the new pr83361.c testcase


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

From-SVN: r255559
parent b50829fe
2017-12-11 Segher Boessenkool <segher@kernel.crashing.org>
* gcc.dg/pr83361.c: Add -Wno-div-by-zero to dg-options.
2017-12-11 Martin Sebor <msebor@redhat.com>
PR c/81544
......
/* 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment