* gcc.c (do_spec_1): Do not insert a space after a %* substitution
commit1d9ad37bb55217ac8c8c0e7d8deda317426b1299
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Nov 2013 08:52:57 +0000 (6 08:52 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Nov 2013 08:52:57 +0000 (6 08:52 +0000)
tree7c682cc0a2517f0b34973fb818f8165d3051203b
parentc2daae6e41645b4708404fad2b4b934fca2e59c2
* 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 %*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204446 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/gcc.c