Commit 89196648 by Richard Biener Committed by Richard Biener

re PR tree-optimization/92241 (ice in vect_mark_pattern_st mts, at tree-vect-patterns.c:5175)

2019-10-29  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/92241
	* gcc.dg/torture/pr92241-2.c: New testcase.

From-SVN: r277553
parent a2e862d4
2019-10-29 Richard Biener <rguenther@suse.de>
PR tree-optimization/92241
* gcc.dg/torture/pr92241-2.c: New testcase.
2019-10-29 Jakub Jelinek <jakub@redhat.com> 2019-10-29 Jakub Jelinek <jakub@redhat.com>
PR target/92258 PR target/92258
......
/* { dg-do compile } */
/* { dg-additional-options "-ftree-vectorize" } */
int ze, r2;
int i0[2];
void
np (int ch)
{
while (ch < 1)
{
if (i0[ch] != 0)
ze = r2 = ch;
++ch;
}
}
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