aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr39648.c
blob: bb901fee0d589ee54b08c2b4b8d1416e853bdfb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
void
yysyntax_error (char *yyp)
{
        char const *yyf;
        char yyformat[5];

        yyf = yyformat;
        while ((*yyp = *yyf) != '\0') {
                if (yyf[1] == 's')
                        yyf += 2;
        }
}