Commit 0f7868fe by Adam Nemet Committed by Adam Nemet

* gcc.c-torture/execute/20060127-1.c: New test.

From-SVN: r110359
parent 1e84b34e
2006-01-28 Adam Nemet <anemet@caviumnetworks.com>
* gcc.c-torture/execute/20060127-1.c: New test.
2006-01-28 Mark Mitchell <mark@codesourcery.com> 2006-01-28 Mark Mitchell <mark@codesourcery.com>
PR c++/25999 PR c++/25999
void abort ();
void
f (long long a)
{
if ((a & 0xffffffffLL) != 0)
abort ();
}
long long a = 0x1234567800000000LL;
int
main ()
{
f (a);
return 0;
}
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