Commit e13a4010 by Sandra Loosemore Committed by Sandra Loosemore

20061214-1.c: New test.

2008-05-20  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/testsuite/
	* gcc.c-torture/compile/20061214-1.c: New test.

From-SVN: r135610
parent f680436b
2008-05-20 Sandra Loosemore <sandra@codesourcery.com>
* gcc.c-torture/compile/20061214-1.c: New test.
2008-05-20 Richard Guenther <rguenther@suse.de>
* gcc.c-torture/execute/20080519-1.c: New testcase.
......
typedef unsigned long long ull;
ull bar (void);
void foo (ull *x)
{
ull y = bar ();
*x += y >> 32;
}
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