From 95c81fb86f29ec32dd335f0e780f52d4317b7bff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 10 Sep 1998 05:55:04 +0000 Subject: [PATCH] * invoke.texi (C++ Dialect Options): Document -fhonor-std. From-SVN: r22377 --- gcc/ChangeLog | 4 ++++ gcc/invoke.texi | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dfcb9b57176..943a3b9d35c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 10 14:48:59 1998 Martin von Löwis + + * 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 diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 6751d87af85..5ddb9c9ca82 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -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 -- 2.30.2