From ab4fa7ed31cfda83a37ef5a3b64b9d8fcbbccc4b Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 31 Jul 2000 17:00:36 -0400 Subject: [PATCH] * lang-specs.h: Use %i in rule for .ii files. From-SVN: r35392 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/lang-specs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5a21c7452ba..bd8b58a8472 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-07-28 Jason Merrill + + * lang-specs.h: Use %i in rule for .ii files. + 2000-07-31 Zack Weinberg * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0. diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 9c4e308611d..871ac5bff3f 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -51,5 +51,5 @@ Boston, MA 02111-1307, USA. */ {".ii", "@c++-cpp-output"}, {"@c++-cpp-output", "%{!M:%{!MM:%{!E:\ - cc1plus -fpreprocessed %{!pipe:%g.ii} %(cc1_options) %{+e*}\ + cc1plus -fpreprocessed %i %(cc1_options) %{+e*}\ %{!S:-o %{|!pipe:%g.s} |\n as %(asm_options) %{!pipe:%g.s} %A }}}}"}, -- 2.30.2