OSDN Git Service

* gcc.c (default_compilers): Add missing initializers.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Apr 2004 00:38:36 +0000 (00:38 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Apr 2004 00:38:36 +0000 (00:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80538 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index 7825436..7aef7fc 100644 (file)
@@ -1,5 +1,7 @@
 2004-04-08  Ian Lance Taylor  <ian@wasabisystems.com>
 
+       * gcc.c (default_compilers): Add missing initializers.
+
        * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
        Return 1 if file was successfully mapped.
 
index 3ab4dd9..e004697 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -951,7 +951,7 @@ static const struct compiler default_compilers[] =
                     %W{o*:--output-pch=%*}%V}}}}}}", 0, 0, 0},
   {".i", "@cpp-output", 0, 1, 0},
   {"@cpp-output",
-   "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0},
+   "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0, 1, 0},
   {".s", "@assembler", 0, 1, 0},
   {"@assembler",
    "%{!M:%{!MM:%{!E:%{!S:as %(asm_debug) %(asm_options) %i %A }}}}", 0, 1, 0},