PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr77521.c
blobf6b1e3ed2690d7c2aba3d7d68de717d15a26ae85
1 /* PR c/77521 - %qc format directive should quote non-printable characters.
2 Verify that non-printable characters in assembly constraints are quoted
3 and not allowed to be printed raw. */
5 void f (int a, int b)
7 __asm__ ("combine %2, %0" : "=r" (a) : "0" (a), "\n" (b)); /* { dg-error "invalid punctuation .\\\\x0a. in constraint" } */