New testcase
From-SVN: r37501
This commit is contained in:
parent
237aa7a2f3
commit
2b8b5d02e6
@ -1,3 +1,7 @@
|
||||
2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
|
||||
|
||||
* gcc.c-torture/compile/20001116-1.c: New test.
|
||||
|
||||
2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||
|
||||
* gcc.c-torture/execute/20001115-1.c: New test.
|
||||
|
3
gcc/testsuite/gcc.c-torture/compile/20001116-1.c
Normal file
3
gcc/testsuite/gcc.c-torture/compile/20001116-1.c
Normal file
@ -0,0 +1,3 @@
|
||||
int x[60];
|
||||
char *y = ((char*)&(x[2*8 + 2]) - 8);
|
||||
int z = (&"Foobar"[1] - &"Foobar"[0]);
|
Loading…
x
Reference in New Issue
Block a user