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

From-SVN: r63111
This commit is contained in:
Daniel Jacobowitz 2003-02-19 14:47:37 +00:00 committed by Daniel Jacobowitz
parent 48a5f2fabb
commit 4ea0d487c2
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-19 Daniel Jacobowitz <drow@mvista.com>
* gcc.c-torture/compile/20030219-1.c: New test.
Tue Feb 18 23:28:53 CET 2003 Jan Hubicka <jh@suse.cz>
* gcc.dg/funcorder.c: New test.

View File

@ -0,0 +1,6 @@
int global_one;
void clobber_register()
{
*(volatile unsigned char *)(0xE0000000 * global_one) = 0x00;
}