]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lang-specs.h (as): Don't call if -syntax-only.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Mon, 6 Mar 2000 13:37:50 +0000 (13:37 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 6 Mar 2000 13:37:50 +0000 (08:37 -0500)
From-SVN: r32359

gcc/cp/ChangeLog
gcc/cp/lang-specs.h

index e0faa86a719615e78a3ba4cf2c1fa7d62654a9ce..fc8a968daaf11ee5862fcbd7a1b3b49707dd6957 100644 (file)
@@ -1,3 +1,7 @@
+Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * lang-specs.h (as): Don't call if -syntax-only.
+
 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
 
        * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
index 19b7316ca773bdb21a40e0c0597763b32aa9061f..c3a81b142dfd2f3470188d332f261a05b7719e61 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions for specs for C++.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -62,9 +63,9 @@ Boston, MA 02111-1307, USA.  */
                            %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\
                            %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
                            %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|\n\
-              %{!S:as %a %Y\
+              %{!S:%{!fsyntax-only:as %a %Y\
                      %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
-                      %{!pipe:%g.s} %A\n }}}}"}},
+                      %{!pipe:%g.s} %A\n }}}}}"}},
 #else /* ! USE_CPPLIB */
    {"cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\
        %{C:%{!E:%eGNU C++ does not support -C without using -E}}\
@@ -86,9 +87,9 @@ Boston, MA 02111-1307, USA.  */
                            %{f*} %{+e*} %{aux-info*} %{Qn:-fno-ident}\
                            %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
                            %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|\n\
-              %{!S:as %a %Y\
+              %{!S:%{!fsyntax-only:as %a %Y\
                      %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
-                      %{!pipe:%g.s} %A\n }}}}"}},
+                      %{!pipe:%g.s} %A\n }}}}}"}},
 #endif /* ! USE_CPPLIB */
   {".ii", {"@c++-cpp-output"}},
   {"@c++-cpp-output",