* gcc.c-torture/compile/20030219-1.c: New test.
From-SVN: r63111
This commit is contained in:
parent
48a5f2fabb
commit
4ea0d487c2
@ -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.
|
||||
|
6
gcc/testsuite/gcc.c-torture/compile/20030219-1.c
Normal file
6
gcc/testsuite/gcc.c-torture/compile/20030219-1.c
Normal file
@ -0,0 +1,6 @@
|
||||
int global_one;
|
||||
|
||||
void clobber_register()
|
||||
{
|
||||
*(volatile unsigned char *)(0xE0000000 * global_one) = 0x00;
|
||||
}
|
Loading…
Reference in New Issue
Block a user