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
549121cd
Commit
549121cd
authored
Sep 16, 1997
by
Jason Merrill
Committed by
Jason Merrill
Sep 16, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* call.c (compare_qual): Handle pmfs.
From-SVN: r15500
parent
255fe733
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/cp/ChangeLog
+2
-0
gcc/cp/call.c
+5
-0
No files found.
gcc/cp/ChangeLog
View file @
549121cd
Tue Sep 16 14:06:56 1997 Jason Merrill <jason@yorick.cygnus.com>
Tue Sep 16 14:06:56 1997 Jason Merrill <jason@yorick.cygnus.com>
* call.c (compare_qual): Handle pmfs.
* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
after the exception spec.
after the exception spec.
...
...
gcc/cp/call.c
View file @
549121cd
...
@@ -5603,6 +5603,11 @@ compare_qual (ics1, ics2)
...
@@ -5603,6 +5603,11 @@ compare_qual (ics1, ics2)
tree
to1
=
TREE_TYPE
(
ics1
);
tree
to1
=
TREE_TYPE
(
ics1
);
tree
to2
=
TREE_TYPE
(
ics2
);
tree
to2
=
TREE_TYPE
(
ics2
);
if
(
TYPE_PTRMEMFUNC_P
(
to1
))
to1
=
TYPE_PTRMEMFUNC_FN_TYPE
(
to1
);
if
(
TYPE_PTRMEMFUNC_P
(
to2
))
to2
=
TYPE_PTRMEMFUNC_FN_TYPE
(
to2
);
to1
=
TREE_TYPE
(
to1
);
to1
=
TREE_TYPE
(
to1
);
to2
=
TREE_TYPE
(
to2
);
to2
=
TREE_TYPE
(
to2
);
...
...
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