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
d3e993e9
Commit
d3e993e9
authored
Aug 21, 2018
by
Marek Polacek
Committed by
Marek Polacek
Aug 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h: Fix typo.
From-SVN: r263738
parent
92a68a04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/cp-tree.h
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
d3e993e9
2018-08-21 Marek Polacek <polacek@redhat.com>
* cp-tree.h: Fix typo.
2018-08-20 David Malcolm <dmalcolm@redhat.com>
2018-08-20 David Malcolm <dmalcolm@redhat.com>
PR other/84889
PR other/84889
...
...
gcc/cp/cp-tree.h
View file @
d3e993e9
...
@@ -3656,7 +3656,7 @@ struct GTY(()) lang_decl {
...
@@ -3656,7 +3656,7 @@ struct GTY(()) lang_decl {
(LANG_DECL_FN_CHECK (FUNCTION_DECL_CHECK (NODE)) \
(LANG_DECL_FN_CHECK (FUNCTION_DECL_CHECK (NODE)) \
->u.saved_language_function)
->u.saved_language_function)
/* True if NODE is an implicit INDIRECT_
EXPR
from convert_from_reference. */
/* True if NODE is an implicit INDIRECT_
REF
from convert_from_reference. */
#define REFERENCE_REF_P(NODE) \
#define REFERENCE_REF_P(NODE) \
(INDIRECT_REF_P (NODE) \
(INDIRECT_REF_P (NODE) \
&& TREE_TYPE (TREE_OPERAND (NODE, 0)) \
&& TREE_TYPE (TREE_OPERAND (NODE, 0)) \
...
...
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