re PR driver/47787 (GCC with -flto combines preprocessed C sources)

PR driver/47787
	* gcc.c (default_compilers): Clear combinable field for "@cpp-output".

From-SVN: r170286
This commit is contained in:
Jakub Jelinek 2011-02-18 22:17:14 +01:00 committed by Jakub Jelinek
parent 67962076d9
commit ca3da783ed
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-02-18 Jakub Jelinek <jakub@redhat.com>
PR driver/47787
* gcc.c (default_compilers): Clear combinable field for "@cpp-output".
2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/47792

View File

@ -950,7 +950,7 @@ static const struct compiler default_compilers[] =
%W{o*:--output-pch=%*}}%V}}}}}}", 0, 0, 0},
{".i", "@cpp-output", 0, 0, 0},
{"@cpp-output",
"%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0, 1, 0},
"%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
{".s", "@assembler", 0, 0, 0},
{"@assembler",
"%{!M:%{!MM:%{!E:%{!S:as %(asm_debug) %(asm_options) %i %A }}}}", 0, 0, 0},