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
c6955d85
Commit
c6955d85
authored
Apr 02, 2001
by
Joseph Myers
Committed by
Joseph Myers
Apr 02, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-tree.texi: Document representation of wide strings.
From-SVN: r40998
parent
6c13e193
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
gcc/ChangeLog
+4
-0
gcc/c-tree.texi
+9
-1
No files found.
gcc/ChangeLog
View file @
c6955d85
2001
-
04
-
02
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
c
-
tree
.
texi
:
Document
representation
of
wide
strings
.
2001
-
04
-
01
Richard
Henderson
<
rth
@redhat
.
com
>
*
except
.
h
(
expand_builtin_dwarf_fp_regnum
)
:
Declare
.
...
...
gcc/c-tree.texi
View file @
c6955d85
...
...
@@ -1868,7 +1868,15 @@ embedded @code{NUL} characters. Therefore, the
@code{
TREE_STRING_LENGTH
}
includes
the
trailing
@code{
NUL
}
if
it
is
present
.
FIXME:
How
are
wide
strings
represented
?
For
wide
string
constants
,
the
@code{
TREE_STRING_LENGTH
}
is
the
number
of
wide
characters
in
the
string
,
and
the
@code{
TREE_STRING_POINTER
}
points
to
an
array
of
the
bytes
of
the
string
,
as
represented
on
the
target
system
(
that
is
,
as
integers
in
the
target
endianness
).
Wide
and
non
-
wide
string
constants
are
distinguished
only
by
the
@code{
TREE_TYPE
}
of
the
@code{
STRING_CST
}
.
FIXME:
The
formats
of
string
constants
are
not
well
-
defined
when
the
target
system
bytes
are
not
the
same
width
as
host
system
bytes
.
@item
PTRMEM_CST
These
nodes
are
used
to
represent
pointer
-
to
-
member
constants
.
The
...
...
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