Commit f84816c8 authored by law's avatar law
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35447 138bc75d-0d04-0410-961f-82ee72b054a4
parent 61eacbdb
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:
......
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];
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment