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
95c81fb8
Commit
95c81fb8
authored
Sep 10, 1998
by
Martin v. Löwis
Committed by
Martin v. Löwis
Sep 10, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (C++ Dialect Options): Document -fhonor-std.
From-SVN: r22377
parent
8feb7351
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+8
-1
No files found.
gcc/ChangeLog
View file @
95c81fb8
Thu Sep 10 14:48:59 1998 Martin von Lwis <loewis@informatik.hu-berlin.de>
* invoke.texi (C++ Dialect Options): Document -fhonor-std.
Thu Sep 10 01:38:05 1998 Jeffrey A Law (law@cygnus.com)
Thu Sep 10 01:38:05 1998 Jeffrey A Law (law@cygnus.com)
* reg-stack.c (straighten_stack): Do nothing if the virtual stack is
* reg-stack.c (straighten_stack): Do nothing if the virtual stack is
...
...
gcc/invoke.texi
View file @
95c81fb8
...
@@ -104,7 +104,7 @@ in the following sections.
...
@@ -104,7 +104,7 @@ in the following sections.
@smallexample
@smallexample
-
fall
-
virtual
-
fdollars
-
in
-
identifiers
-
felide
-
constructors
-
fall
-
virtual
-
fdollars
-
in
-
identifiers
-
felide
-
constructors
-
fenum
-
int
-
equiv
-
fexternal
-
templates
-
ffor
-
scope
-
fenum
-
int
-
equiv
-
fexternal
-
templates
-
ffor
-
scope
-
fno
-
for
-
scope
-
fhandle
-
signatures
-
fmemoize
-
lookups
-
fno
-
for
-
scope
-
fhandle
-
signatures
-
fhonor
-
std
-
fmemoize
-
lookups
-
fname
-
mangling
-
version
-
@var
{
n
}
-
fno
-
default
-
inline
-
fname
-
mangling
-
version
-
@var
{
n
}
-
fno
-
default
-
inline
-
fno
-
gnu
-
keywords
-
fnonnull
-
objects
-
fguiding
-
decls
-
fno
-
gnu
-
keywords
-
fnonnull
-
objects
-
fguiding
-
decls
-
foperator
-
names
-
fno
-
optional
-
diags
-
fstrict
-
prototype
-
fthis
-
is
-
variable
-
foperator
-
names
-
fno
-
optional
-
diags
-
fstrict
-
prototype
-
fthis
-
is
-
variable
...
@@ -1021,6 +1021,13 @@ abstract types. The default (@samp{-fno-handle-signatures}) is not to
...
@@ -1021,6 +1021,13 @@ abstract types. The default (@samp{-fno-handle-signatures}) is not to
recognize
them
.
@xref{
C
++
Signatures
,
Type
Abstraction
using
recognize
them
.
@xref{
C
++
Signatures
,
Type
Abstraction
using
Signatures
}
.
Signatures
}
.
@item
-
fhonor
-
std
Treat
the
@code{
namespace
std
}
as
a
namespace
,
instead
of
ignoring
it
.
For
compatibility
with
earlier
versions
of
g
++
,
the
compiler
will
,
by
default
,
ignore
@code{
namespace
-
declarations
}
,
@code{
using
-
declarations
}
,
@code{
using
-
directives
}
,
and
@code{
namespace
-
names
}
,
if
they
involve
@code{
std
}
.
@item
-
fhuge
-
objects
@item
-
fhuge
-
objects
Support
virtual
function
calls
for
objects
that
exceed
the
size
Support
virtual
function
calls
for
objects
that
exceed
the
size
representable
by
a
@samp{
short
int
}
.
Users
should
not
use
this
flag
by
representable
by
a
@samp{
short
int
}
.
Users
should
not
use
this
flag
by
...
...
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