mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
* invoke.texi (C++ Dialect Options): Document -fhonor-std.
From-SVN: r22377
This commit is contained in:
parent
8feb7351f8
commit
95c81fb86f
@ -1,3 +1,7 @@
|
||||
Thu Sep 10 14:48:59 1998 Martin von Löwis <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)
|
||||
|
||||
* reg-stack.c (straighten_stack): Do nothing if the virtual stack is
|
||||
|
@ -104,7 +104,7 @@ in the following sections.
|
||||
@smallexample
|
||||
-fall-virtual -fdollars-in-identifiers -felide-constructors
|
||||
-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
|
||||
-fno-gnu-keywords -fnonnull-objects -fguiding-decls
|
||||
-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
|
||||
recognize them. @xref{C++ Signatures, Type Abstraction using
|
||||
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
|
||||
Support virtual function calls for objects that exceed the size
|
||||
representable by a @samp{short int}. Users should not use this flag by
|
||||
|
Loading…
Reference in New Issue
Block a user