Commit 8163bdfb by Richard Guenther Committed by Richard Biener

re PR testsuite/41651 (g++.dg/lto/20080908-3.C is broken)

2010-01-02  Richard Guenther  <rguenther@suse.de>

	PR testsuite/41651
	* g++.dg/lto/20080908-3_0.C: Avoid uninitialized vars.

From-SVN: r155569
parent 02143d0b
2010-01-02 Richard Guenther <rguenther@suse.de>
PR testsuite/41651
* g++.dg/lto/20080908-3_0.C: Avoid uninitialized vars.
2010-01-02 Uros Bizjak <ubizjak@gmail.com>
PR target/42448
......
/* { dg-lto-do run } */
volatile double bar;
int foo()
{
double bar, baz = -__builtin_huge_val();
double baz = -__builtin_huge_val();
return baz <= -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