Commit fc0c373a by Richard Guenther Committed by Richard Biener

re PR tree-optimization/52638 (ice in build_vector_from_val)

2012-03-23  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/52638
	* g++.dg/torture/pr52638.C: New testcase.

From-SVN: r185727
parent 573ac65e
2012-03-23 Richard Guenther <rguenther@suse.de>
PR tree-optimization/52638
* g++.dg/torture/pr52638.C: New testcase.
2012-03-22 Paolo Carlini <paolo.carlini@oracle.com> 2012-03-22 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/52487 PR c++/52487
......
// { dg-do compile }
// { dg-options "-ftree-vectorize" }
void
bar (bool * b, bool * e, bool t)
{
while (b < e)
*b++ = t;
}
void
foo (bool * b, bool * e, bool t)
{
bar (b, e, true);
}
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