]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc.c (do_spec_1): Do not insert a space after a %* substitution unless...
authorNick Clifton <nickc@redhat.com>
Wed, 6 Nov 2013 08:52:57 +0000 (08:52 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 6 Nov 2013 08:52:57 +0000 (08:52 +0000)
commit2599016338e60ee13e85066a56a729eeee1d1c6a
tree7c682cc0a2517f0b34973fb818f8165d3051203b
parent3a1a7897b7376b8634dfc4862540b02c691b626d
gcc.c (do_spec_1): Do not insert a space after a %* substitution unless...

* gcc.c (do_spec_1): Do not insert a space after a %* substitution
unless it is the last part of a spec substring.
* doc/invoke.texi (Spec Files): Document space insertion
behaviour of %*.

From-SVN: r204446
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/gcc.c