mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:50:26 +08:00
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
This commit is contained in:
parent
f680436bce
commit
e13a4010af
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
7
gcc/testsuite/gcc.c-torture/compile/20061214-1.c
Normal file
7
gcc/testsuite/gcc.c-torture/compile/20061214-1.c
Normal file
@ -0,0 +1,7 @@
|
||||
typedef unsigned long long ull;
|
||||
ull bar (void);
|
||||
void foo (ull *x)
|
||||
{
|
||||
ull y = bar ();
|
||||
*x += y >> 32;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user