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
1d4f5374
Commit
1d4f5374
authored
Jan 22, 2008
by
Ben Elliston
Committed by
Ben Elliston
Jan 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.c (check_qualified_type): Improve function description.
From-SVN: r131711
parent
33b45227
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree.c
+1
-1
No files found.
gcc/ChangeLog
View file @
1d4f5374
2008-01-22 Ben Elliston <bje@au.ibm.com>
* tree.c (check_qualified_type): Improve function description.
2008-01-21 Jason Merrill <jason@redhat.com>
2008-01-21 Jason Merrill <jason@redhat.com>
PR c++/34196
PR c++/34196
...
...
gcc/tree.c
View file @
1d4f5374
...
@@ -4151,7 +4151,7 @@ set_type_quals (tree type, int type_quals)
...
@@ -4151,7 +4151,7 @@ set_type_quals (tree type, int type_quals)
TYPE_RESTRICT
(
type
)
=
(
type_quals
&
TYPE_QUAL_RESTRICT
)
!=
0
;
TYPE_RESTRICT
(
type
)
=
(
type_quals
&
TYPE_QUAL_RESTRICT
)
!=
0
;
}
}
/* Returns true iff
cand is equivalent to base with type_quals
. */
/* Returns true iff
CAND is equivalent to BASE with TYPE_QUALS
. */
bool
bool
check_qualified_type
(
const_tree
cand
,
const_tree
base
,
int
type_quals
)
check_qualified_type
(
const_tree
cand
,
const_tree
base
,
int
type_quals
)
...
...
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