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
2567bc56
Commit
2567bc56
authored
24 years ago
by
Jim Wilson
Committed by
Jim Wilson
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cc1plus specs breakage.
* lang-specs.h: Add %2 after %(cc1_options). From-SVN: r37468
parent
568c5140
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/cp/ChangeLog
+4
-0
gcc/cp/lang-specs.h
+3
-3
No files found.
gcc/cp/ChangeLog
View file @
2567bc56
2000-11-14 Jim Wilson <wilson@redhat.com>
* lang-specs.h: Add %2 after %(cc1_options).
2000-11-14 Richard Henderson <rth@redhat.com>
* typeck.c (c_sizeof): Be strict about casting result value
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/lang-specs.h
View file @
2567bc56
...
...
@@ -43,19 +43,19 @@ Boston, MA 02111-1307, USA. */
%{!no-gcc:-D__GNUG__=%v1}\
%{fnew-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-trigraphs -$ -D__STRICT_ANSI__}\
%(cc1_options) %{+e*}\
%(cc1_options) %
2 %
{+e*}\
%{!fsyntax-only:%(invoke_as)}}}}"
#else
/* ! USE_CPPLIB */
"cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\
%{fnew-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-trigraphs -$ -D__STRICT_ANSI__} %(cpp_options)\
%{!M:%{!MM:%{!E:%{!pipe:%g.ii} |
\n
\
cc1plus -lang-c++ %{!pipe:%g.ii} %(cc1_options) %{+e*}\
cc1plus -lang-c++ %{!pipe:%g.ii} %(cc1_options) %
2 %
{+e*}\
%{!fsyntax-only:%(invoke_as)}}}}
\n
"
#endif
/* ! USE_CPPLIB */
},
{
".ii"
,
"@c++-cpp-output"
},
{
"@c++-cpp-output"
,
"%{!M:%{!MM:%{!E:\
cc1plus -lang-c++ -fpreprocessed %i %(cc1_options) %{+e*}\
cc1plus -lang-c++ -fpreprocessed %i %(cc1_options) %
2 %
{+e*}\
%{!fsyntax-only:%(invoke_as)}}}}"
},
This diff is collapsed.
Click to expand it.
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