aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-05-11 08:50:24 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2010-05-11 08:50:24 +0200
commit09b201fc9b3a17202761bde6b25f84bb844d5b1a (patch)
tree8f7588d5feab29a97a6a9665a37867bf8904390c /gcc/doc
parent3f592b380f98e60a084f62d9c54aa3c2094a22fa (diff)
downloadgcc-09b201fc9b3a17202761bde6b25f84bb844d5b1a.zip
gcc-09b201fc9b3a17202761bde6b25f84bb844d5b1a.tar.gz
gcc-09b201fc9b3a17202761bde6b25f84bb844d5b1a.tar.bz2
gcc.c (execute): For -### don't quote arguments that contain just alphanumerics and _/-.
* gcc.c (execute): For -### don't quote arguments that contain just alphanumerics and _/-. characters. * doc/invoke.texi: Document that change for -###. From-SVN: r159255
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 33e4612..98f97cc 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1172,9 +1172,9 @@ program and of the preprocessor and the compiler proper.
@item -###
@opindex ###
-Like @option{-v} except the commands are not executed and all command
-arguments are quoted. This is useful for shell scripts to capture the
-driver-generated command lines.
+Like @option{-v} except the commands are not executed and arguments
+are quoted unless they contain only alphanumeric characters or @code{./-_}.
+This is useful for shell scripts to capture the driver-generated command lines.
@item -pipe
@opindex pipe