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
792508b5
Commit
792508b5
authored
Jan 11, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
Jan 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mangle.c (write_builtin_type): Fix thinko.
From-SVN: r38894
parent
8afa707f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/mangle.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
792508b5
2001-01-10 Mark Mitchell <mark@codesourcery.com>
* mangle.c (write_builtin_type): Fix thinko.
* pt.c (copy_default_args_to_explicit_spec_1): New function.
(copy_default_args_to_explicit_spec): Likewise.
(check_explicit_specialization): Use it.
...
...
gcc/cp/mangle.c
View file @
792508b5
/* Name mangling for the new standard C++ ABI.
Copyright (C) 2000 Free Software Foundation, Inc.
Copyright (C) 2000
, 2001
Free Software Foundation, Inc.
Written by Alex Samuel <sameul@codesourcery.com>
This file is part of GNU CC.
...
...
@@ -1450,7 +1450,7 @@ write_builtin_type (type)
integer_type_nodes. */
if
(
type
==
wchar_type_node
)
write_char
(
'w'
);
if
(
TYPE_FOR_JAVA
(
type
))
else
if
(
TYPE_FOR_JAVA
(
type
))
write_java_integer_type_codes
(
type
);
else
{
...
...
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