Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
efd3d4a6
Commit
efd3d4a6
authored
Mar 06, 2000
by
Richard Kenner
Committed by
Richard Kenner
Mar 06, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang-specs.h (as): Don't call if -syntax-only.
From-SVN: r32359
parent
d75c89dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
gcc/cp/ChangeLog
+4
-0
gcc/cp/lang-specs.h
+6
-5
No files found.
gcc/cp/ChangeLog
View file @
efd3d4a6
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
...
...
gcc/cp/lang-specs.h
View file @
efd3d4a6
/* 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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment