* gcc.c-torture/compile/20000803-1.c: New test.
From-SVN: r35447
This commit is contained in:
parent
dd16be2d53
commit
4a6f50d5e9
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gcc.c-torture/compile/20000803-1.c: New test.
|
||||
|
||||
2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* gcc.c-torture/execute/20000801-3.c, gcc.c-torture/20000801-4.c:
|
||||
|
|
11
gcc/testsuite/gcc.c-torture/compile/20000803-1.c
Normal file
11
gcc/testsuite/gcc.c-torture/compile/20000803-1.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
static int gl_cnt = 0;
|
||||
static char gl_buf[1024];
|
||||
|
||||
void
|
||||
gl_yank()
|
||||
{
|
||||
int i;
|
||||
|
||||
for (i=gl_cnt; i >= 0; i--)
|
||||
gl_buf[i+10] = gl_buf[i];
|
||||
}
|
Loading…
Add table
Reference in a new issue