]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc.c (default_compilers): Fix brace nesting bug.
authorZack Weinberg <zack@rabi.columbia.edu>
Wed, 5 May 1999 07:02:04 +0000 (07:02 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 5 May 1999 07:02:04 +0000 (07:02 +0000)
1999-05-05 09:58 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* gcc.c (default_compilers): Fix brace nesting bug.
* objc/lang-specs.h: Use %i, not %g.mi, for the input file
when processing an .mi file.

From-SVN: r26775

gcc/ChangeLog
gcc/gcc.c
gcc/objc/lang-specs.h

index fab7d58835d62af17d446bf4ab24de14f50637fc..c343a1bc8d6cf80f93695264f016e79e8a43a2a4 100644 (file)
@@ -1,3 +1,9 @@
+1999-05-05 09:58 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
+
+       * gcc.c (default_compilers): Fix brace nesting bug.
+       * objc/lang-specs.h: Use %i, not %g.mi, for the input file
+       when processing an .mi file.
+
 Tue May  4 13:17:55 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * resource.c (mark_set_resources): Handle UNSPEC_VOLATILE,
index cece9c57475f47c786adb988bce09d9ff7403baf..8b21f6020ab92d1e6634a662d3ab27181406a2d8 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -629,7 +629,6 @@ static struct compiler default_compilers[] =
                   %{!S:as %a %Y\
                     %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
                      %{!pipe:%g.s} %A\n }}}}"
-  }},
 #else /* ! USE_CPPLIB */
     "cpp -lang-c %{ansi:-std=c89} %{std*} %{nostdinc*}\
        %{C} %{v} %{A*} %{I*} %{P} %I\
@@ -656,8 +655,8 @@ static struct compiler default_compilers[] =
               %{!S:as %a %Y\
                      %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
                       %{!pipe:%g.s} %A\n }}}}"
-  }},
 #endif /* ! USE_CPPLIB */
+  }},
   {"-",
    {"%{E:cpp -lang-c %{ansi:-std=c89} %{std*} %{nostdinc*}\
        %{C} %{v} %{A*} %{I*} %{P} %I\
index b9e187005f10b513ec4136a16e9a1e4b7cc5fda5..55a509ee64070c8f35b7b4540c277f1707904a2e 100644 (file)
@@ -83,7 +83,7 @@ Boston, MA 02111-1307, USA.  */
   },
   {".mi", {"@objc-cpp-output"}},
   {"@objc-cpp-output",
-   {"%{!M:%{!MM:%{!E:cc1obj %{!pipe:%g.i} %1 \
+   {"%{!M:%{!MM:%{!E:cc1obj %i %1 \
                   %{!Q:-quiet} -dumpbase %b.m %{d*} %{m*} %{a*}\
                   %{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi} \
                   %{traditional} %{v:-version} %{pg:-p} %{p} %{f*} \