Answering my own question: it supports SCCS, which is a 40-year version of the version control system that even precedes RCS. Ha!
Delving into compilers, clang supports this because it thinks gcc is doing :
case '(': case '{': case '[': case '%':
! , -pedantic ( ).
, gcc? emacs, , , :
case '(':
case '{':
case '[':
:
case '%':
if (pedantic)
pedwarn ("non-ANSI escape sequence `\\%c'", c);
return c;
SCCS! !