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
ff29fd00
Commit
ff29fd00
authored
Mar 24, 1998
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit files missed with last commit.
From-SVN: r18796
parent
050367a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
gcc/cp/gxxint.texi
+12
-0
gcc/cp/lex.c
+2
-0
No files found.
gcc/cp/gxxint.texi
View file @
ff29fd00
...
...
@@ -1746,6 +1746,9 @@ Indicates a C++ array type.
Encodes
the
C
++
@code
{
bool
}
type
,
and
the
Java
@code
{
boolean
}
type
.
@item
B
Used
for
squangling
.
@item
c
Encodes
the
C
++
@code
{
char
}
type
,
and
the
Java
@code
{
byte
}
type
.
...
...
@@ -1760,6 +1763,9 @@ Encodes the C++ and Java @code{double} types.
@item
e
Indicates
extra
unknown
arguments
@code
{...}.
@item
E
Indicates
the
opening
parenthesis
of
an
expression
.
@item
f
Encodes
the
C
++
and
Java
@code
{
float
}
types
.
...
...
@@ -1775,6 +1781,9 @@ Encodes the C++ and Java @code{int} types.
@item
J
Indicates
a
complex
type
.
@item
K
Used
for
squangling
.
@item
l
Encodes
the
C
++
@code
{
long
}
type
.
...
...
@@ -1821,6 +1830,9 @@ A modified for a @code{const} type or method.
@item
w
Encodes
the
C
++
@code{
wchar_t
}
type
,
and
the
Java
@code{
char
}
types
.
@item
W
Indicates
the
closing
parenthesis
of
an
expression
.
@item
x
Encodes
the
GNU
C
++
@code{
long
long
}
type
,
and
the
Java
@code{
long
}
type
.
...
...
gcc/cp/lex.c
View file @
ff29fd00
...
...
@@ -615,6 +615,8 @@ init_lex ()
IDENTIFIER_OPNAME_P
(
ansi_opname
[(
int
)
MAX_EXPR
])
=
1
;
ansi_opname
[(
int
)
COND_EXPR
]
=
get_identifier
(
"__cn"
);
IDENTIFIER_OPNAME_P
(
ansi_opname
[(
int
)
COND_EXPR
])
=
1
;
ansi_opname
[(
int
)
SIZEOF_EXPR
]
=
get_identifier
(
"__sz"
);
IDENTIFIER_OPNAME_P
(
ansi_opname
[(
int
)
SIZEOF_EXPR
])
=
1
;
init_method
();
init_error
();
...
...
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