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
5f8f3f94
Commit
5f8f3f94
authored
Jan 20, 2010
by
Thomas Quinot
Committed by
Eric Botcazou
Jan 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.def (PLACEHOLDER_EXPR): Fix comment.
From-SVN: r156067
parent
74f24290
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/tree.def
+5
-5
No files found.
gcc/ChangeLog
View file @
5f8f3f94
2010-01-20 Thomas Quinot <quinot@adacore.com>
* tree.def (PLACEHOLDER_EXPR): Fix comment.
2010-01-20 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
...
...
gcc/tree.def
View file @
5f8f3f94
...
...
@@ -567,11 +567,11 @@ DEFTREECODE (WITH_CLEANUP_EXPR, "with_cleanup_expr", tcc_expression, 1)
BLKmode, because it will not be forced out of memory. */
DEFTREECODE (CLEANUP_POINT_EXPR, "cleanup_point_expr", tcc_expression, 1)
/* The following
two codes are used in languages that have types wher
e
some field in an object of the type contains a value that is used in
the computation of another field's offset or size and/or the size of
t
he type. The positions and/or sizes of fields can vary from object
to
object of the same type or even for one and the same object within
/* The following
code is used in languages that have types where som
e
field in an object of the type contains a value that is used in the
computation of another field's offset or size and/or the size of the
t
ype. The positions and/or sizes of fields can vary from object to
object of the same type or even for one and the same object within
its scope.
Record types with discriminants in Ada or schema types in Pascal are
...
...
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