Commit 048f60dc by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r27572
parent 8a8f4bc1
Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/990617-1.c: New test.
1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/decl4.C: New test.
......
int main()
{
do {
long l;
long *p = &l;
*p = 0x0000000070000000L;
p += 2;
{
unsigned int *addr = (unsigned int *)0x70000000;
printf("%d, %d\n", addr[1], addr[0]);
}
} while (1);
}
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