Commit 4a6f50d5 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r35447
parent dd16be2d
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> 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c-torture/execute/20000801-3.c, gcc.c-torture/20000801-4.c: * 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