Escape non-printable chars in strings.
authorMartin Liska <mliska@suse.cz>
Fri, 9 Dec 2016 10:15:33 +0000 (11:15 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 9 Dec 2016 10:15:33 +0000 (10:15 +0000)
commitcdecc83f3e0c71790841630597c5ab1303c39742
tree3fdf7a613ede189fb83e23fa5489d2355cd2179b
parent52af5e483d2aab891a364929dedc221771ac1a52
Escape non-printable chars in strings.

* tree-pretty-print.c (pretty_print_string): Escape non-printable
chars in strings.
* gcc.dg/tree-ssa/dump-3.c: New test.

From-SVN: r243477
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/dump-3.c [new file with mode: 0644]
gcc/tree-pretty-print.c