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
14fdf4b6
Commit
14fdf4b6
authored
Aug 26, 2000
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
Aug 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ir.texi (Expressions): Fix typo.
From-SVN: r35998
parent
77ae5fa4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/ir.texi
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
14fdf4b6
2000-08-26 Gabriel Dos Reis <gdr@codesourcery.com>
* ir.texi (Expressions): Fix typo.
2000-08-25 Greg McGary <greg@mcgary.org>
2000-08-25 Greg McGary <greg@mcgary.org>
* tree.c (init_tree): Use ARRAY_SIZE.
* tree.c (init_tree): Use ARRAY_SIZE.
...
...
gcc/cp/ir.texi
View file @
14fdf4b6
...
@@ -1638,9 +1638,9 @@ struct D : public B @{@};
...
@@ -1638,9 +1638,9 @@ struct D : public B @{@};
int
D
::
*
dp
=
&
D
::
i
;
int
D
::
*
dp
=
&
D
::
i
;
@end
example
@end
example
@noindent
@noindent
The
@code
{
PTRMEM_CST_CLASS
}
for
@code
{
&
D
::
I
}
is
@code
{
D
},
even
though
The
@code
{
PTRMEM_CST_CLASS
}
for
@code
{
&
D
::
i
}
is
@code
{
D
},
even
though
the
@code
{
DECL_CONTEXT
}
for
the
@code
{
PTRMEM_CST_MEMBER
}
is
@code
{
B
},
the
@code
{
DECL_CONTEXT
}
for
the
@code
{
PTRMEM_CST_MEMBER
}
is
@code
{
B
},
since
@code
{
B
::
I
}
is
a
member
of
@code
{
B
},
not
@code
{
D
}.
since
@code
{
B
::
i
}
is
a
member
of
@code
{
B
},
not
@code
{
D
}.
@item
VAR_DECL
@item
VAR_DECL
...
...
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