Support escaping special characters in specs
authorJeff Downs <heydowns@somuchpressure.net>
Wed, 3 May 2017 15:22:51 +0000 (15:22 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 3 May 2017 15:22:51 +0000 (15:22 +0000)
commit31c830503b480498449db3eb61daff50c2732da5
tree7cfa04c0b21f8701559d66a4b492b1c0003253f2
parent4d0e904fbf9c50e15e8c9f66ab41eaf58c2a309c
Support escaping special characters in specs

2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
    Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

* gcc.c (handle_braces): Support escaping in switch matching
text.
* doc/invoke.texi (Spec Files): Document it.
Remove superfluous @code markup in items.

Co-Authored-By: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
From-SVN: r247552
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/gcc.c