Commit 3050b357 by Richard Biener Committed by Richard Biener

re PR middle-end/89551 (Test case gcc.dg/uninit-pred-8_b.c fails after r269302)

2019-03-06  Richard Biener  <rguenther@suse.de>

	PR testsuite/89551
	* gcc.dg/uninit-pred-8_b.c: Force logical-op-non-short-circuit
	the way that makes the testcase PASS.

From-SVN: r269416
parent bb7c147f
2019-03-06 Richard Biener <rguenther@suse.de>
PR testsuite/89551
* gcc.dg/uninit-pred-8_b.c: Force logical-op-non-short-circuit
the way that makes the testcase PASS.
2019-03-05 Jakub Jelinek <jakub@redhat.com>
PR middle-end/89590
......
/* { dg-do compile } */
/* { dg-options "-Wuninitialized -O2" } */
/* ??? Jump threading makes a mess of the logical-op-non-short-circuit=0 case
so force it our way. */
/* { dg-options "-Wuninitialized -O2 --param logical-op-non-short-circuit=1" } */
int g;
void bar();
......
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