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
ea003f6d
Commit
ea003f6d
authored
Sep 20, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Sep 20, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (-fthis-is-variable): Remove documentation.
From-SVN: r29532
parent
9bfadf57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+1
-10
No files found.
gcc/ChangeLog
View file @
ea003f6d
Mon
Sep
20
13
:
29
:
41
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
invoke
.
texi
(
-
fthis
-
is
-
variable
)
:
Remove
documentation
.
Mon
Sep
20
12
:
59
:
16
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
Mon
Sep
20
12
:
59
:
16
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
basic
-
block
.
h
(
compute_bb_for_insn
)
:
Declare
.
*
basic
-
block
.
h
(
compute_bb_for_insn
)
:
Declare
.
...
...
gcc/invoke.texi
View file @
ea003f6d
...
@@ -109,7 +109,7 @@ in the following sections.
...
@@ -109,7 +109,7 @@ in the following sections.
-fhonor-std -fhuge-objects -fno-implicit-templates -finit-priority
-fhonor-std -fhuge-objects -fno-implicit-templates -finit-priority
-fno-implement-inlines -fname-mangling-version-@var{n} -fno-default-inline
-fno-implement-inlines -fname-mangling-version-@var{n} -fno-default-inline
-foperator-names -fno-optional-diags -fpermissive -frepo -fstrict-prototype
-foperator-names -fno-optional-diags -fpermissive -frepo -fstrict-prototype
-fsquangle -ftemplate-depth-@var{n}
-fthis-is-variable
-fvtable-thunks
-fsquangle -ftemplate-depth-@var{n} -fvtable-thunks
-nostdinc++ -Wctor-dtor-privacy -Wno-deprecated -Weffc++
-nostdinc++ -Wctor-dtor-privacy -Wno-deprecated -Weffc++
-Wno-non-template-friend
-Wno-non-template-friend
-Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual
-Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual
...
@@ -1160,15 +1160,6 @@ A limit on the template instantiation depth is needed to detect
...
@@ -1160,15 +1160,6 @@ A limit on the template instantiation depth is needed to detect
endless
recursions
during
template
class
instantiation
.
ANSI
/
ISO
C
++
endless
recursions
during
template
class
instantiation
.
ANSI
/
ISO
C
++
conforming
programs
must
not
rely
on
a
maximum
depth
greater
than
17.
conforming
programs
must
not
rely
on
a
maximum
depth
greater
than
17.
@
item
-
fthis
-
is
-
variable
Permit
assignment
to
@
code
{
this
}.
The
incorporation
of
user
-
defined
free
store
management
into
C
++
has
made
assignment
to
@
samp
{
this
}
an
anachronism
.
Therefore
,
by
default
it
is
invalid
to
assign
to
@
code
{
this
}
within
a
class
member
function
;
that
is
,
GNU
C
++
treats
@
samp
{
this
}
in
a
member
function
of
class
@
code
{
X
}
as
a
non
-
lvalue
of
type
@
samp
{
X
*}.
However
,
for
backwards
compatibility
,
you
can
make
it
valid
with
@
samp
{-
fthis
-
is
-
variable
}.
@
item
-
fvtable
-
thunks
@
item
-
fvtable
-
thunks
Use
@
samp
{
thunks
}
to
implement
the
virtual
function
dispatch
table
Use
@
samp
{
thunks
}
to
implement
the
virtual
function
dispatch
table
(@
samp
{
vtable
}).
The
traditional
(
cfront
-
style
)
approach
to
(@
samp
{
vtable
}).
The
traditional
(
cfront
-
style
)
approach
to
...
...
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