Commit 3fb36cbd by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r27756
parent e63600de
Fri Jun 25 05:28:40 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/990625-1.c: New test.
Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/990617-1.c: New test.
......
#define __USE_STRING_INLINES
#include <string.h>
void test()
{
char *p, *a;
const char *s;
while ( (s = a) )
p = strcpy(strcpy(p,"/"), s);
}
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