Commit e2cc7d49 by Jeff Law

Add new test.

From-SVN: r19006
parent 98bd9f0f
/* { dg-do compile */
/* { dg-options -fpic } */
void f (char *s)
{
for (;;)
{
int t = 6;
switch (t)
{
case 2:
*s = '2';
case 6: case 4: case 3: case 1:
break;
}
}
}
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