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
53f23613
Commit
53f23613
authored
Feb 18, 1998
by
Brendan Kehoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add doc for -fsquangle/-fno-squangle
From-SVN: r18066
parent
d9525bec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
gcc/invoke.texi
+9
-0
No files found.
gcc/invoke.texi
View file @
53f23613
...
@@ -1090,6 +1090,15 @@ Enable automatic template instantiation. This option also implies
...
@@ -1090,6 +1090,15 @@ Enable automatic template instantiation. This option also implies
@samp
{
-
fno
-
implicit
-
templates
}.
@xref
{
Template
Instantiation
},
for
more
@samp
{
-
fno
-
implicit
-
templates
}.
@xref
{
Template
Instantiation
},
for
more
information
.
information
.
@item
-
fsquangle
@item
-
fno
-
squangle
@samp
{
-
fsquangle
}
will
enable
a
compressed
form
of
name
mangling
for
identifiers
.
In
particular
,
it
helps
to
shorten
very
long
names
by
recognizing
types
and
class
names
which
occur
more
than
once
,
replacing
them
with
special
short
ID
codes
.
This
option
also
requires
any
C
++
libraries
being
used
to
be
compiled
with
this
option
as
well
.
The
compiler
has
this
disabled
(
the
equivalent
of
@samp
{
-
fno
-
squangle
})
by
default
.
@item
-
fthis
-
is
-
variable
@item
-
fthis
-
is
-
variable
Permit
assignment
to
@code
{
this
}.
The
incorporation
of
user
-
defined
Permit
assignment
to
@code
{
this
}.
The
incorporation
of
user
-
defined
free
store
management
into
C
++
has
made
assignment
to
@samp
{
this
}
an
free
store
management
into
C
++
has
made
assignment
to
@samp
{
this
}
an
...
...
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