New testcase

From-SVN: r37501
This commit is contained in:
Bernd Schmidt 2000-11-16 16:19:37 +00:00 committed by Bernd Schmidt
parent 237aa7a2f3
commit 2b8b5d02e6
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,3 @@
int x[60];
char *y = ((char*)&(x[2*8 + 2]) - 8);
int z = (&"Foobar"[1] - &"Foobar"[0]);