Commit 01aa3748 by H.J. Lu Committed by H.J. Lu

Add a testcase for PR middle-end/87092

	PR middle-end/87092
	* gcc.dg/pr87092.c: New test.

From-SVN: r263837
parent 13ff3e16
2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/87092
* gcc.dg/pr87092.c: New test.
2018-08-24 Marek Polacek <polacek@redhat.com>
PR c++/67012
......
/* { dg-do compile } */
/* { dg-options "-O2 -fwrapv" } */
int a, b;
void
c(void) {
if (b)
b = a / b;
}
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