[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040304-1.c
blobee277d799a497b36741618bb1051332c53bff842
1 void
2 cpplib_macroExpand (char * pfile)
4 int nargs;
5 int rest_args;
6 int token = -1;
7 rest_args = 0;
8 do
10 if (rest_args != 0)
11 continue;
12 if (nargs == 0)
14 rest_args = 1;
15 token = macarg (pfile, rest_args);
18 while (token == 20);