Commit 2e18cb32 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r21463
parent e85b2d66
Wed Jul 29 00:17:18 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/980729-1.c: New test.
1998-07-26 Dave Love <d.love@dl.ac.uk>
* g77.f-torture/noncompile/980615-0.f: New test.
......
static int
regex_compile ()
{
int c, c1;
char str[6 + 1];
c1 = 0;
for (;;)
{
do { } while (0) ;
if (c1 == 6 )
break;
str[c1++] = c;
}
}
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