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
04d2be8e
Commit
04d2be8e
authored
May 25, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
May 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tree.def: Fix typos.
* tree.def: Fix typos. * doc/install.texi: Likewise. From-SVN: r53875
parent
7b6e506e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/doc/install.texi
+1
-1
gcc/tree.def
+2
-2
No files found.
gcc/ChangeLog
View file @
04d2be8e
2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
* tree.def: Fix typos.
* doc/install.texi: Likewise.
2002-05-25 Richard Henderson <rth@redhat.com>
* configure.in (HAVE_AS_TLS): Add ia64 test.
...
...
gcc/doc/install.texi
View file @
04d2be8e
...
...
@@ -2311,7 +2311,7 @@ is not really supported on the platform. The native @command{as} and
@
command
{
ld
}
still
are
recommended
.
The
native
AIX
tools
do
interoperate
with
GCC
@.
Building
@
file
{
libstdc
++.
a
}
requires
a
fix
for
a
AIX
Assembler
bug
Building
@
file
{
libstdc
++.
a
}
requires
a
fix
for
a
n
AIX
Assembler
bug
APAR
IY26685
(
AIX
4.3
)
or
APAR
IY25528
(
AIX
5.1
).
Linking
executables
and
shared
libraries
may
produce
warnings
of
...
...
gcc/tree.def
View file @
04d2be8e
...
...
@@ -643,7 +643,7 @@ DEFTREECODE (BIT_NOT_EXPR, "bit_not_expr", '1', 1)
needed or not (for side effects). The operand may have
BOOLEAN_TYPE or INTEGER_TYPE. In either case, the argument will be
either zero or one. For example, a TRUTH_NOT_EXPR will never have
a INTEGER_TYPE VAR_DECL as its argument; instead, a NE_EXPR will be
a
n
INTEGER_TYPE VAR_DECL as its argument; instead, a NE_EXPR will be
used to compare the VAR_DECL to zero, thereby obtaining a node with
value zero or one. */
DEFTREECODE (TRUTH_ANDIF_EXPR, "truth_andif_expr", 'e', 2)
...
...
@@ -776,7 +776,7 @@ DEFTREECODE (VA_ARG_EXPR, "va_arg_expr", 'e', 1)
DEFTREECODE (TRY_CATCH_EXPR, "try_catch_expr", 'e', 2)
/* Evaluate the first operand.
The second operand is a
a
cleanup expression which is evaluated
The second operand is a cleanup expression which is evaluated
before an exit (normal, exception, or jump out) from this expression.
Like a CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR combination, but those
...
...
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