aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2022-06-21 06:23:11 -0700
committerNathan Sidwell <nathan@acm.org>2022-06-21 06:25:03 -0700
commitf1fcd6e3ad911945bc3c24a3a5c7ea99b910121e (patch)
treec1de265ccb951961e57a4cb1e3b6d4dcdd42407a /gcc/doc
parentab981aab92cbc71918fbaadcf6fa64bdb2b69be7 (diff)
downloadgcc-f1fcd6e3ad911945bc3c24a3a5c7ea99b910121e.zip
gcc-f1fcd6e3ad911945bc3c24a3a5c7ea99b910121e.tar.gz
gcc-f1fcd6e3ad911945bc3c24a3a5c7ea99b910121e.tar.bz2
doc: Document module language-linkage supported
I missed we documented this as unimplemented, when I implemented it. gcc/ * doc/invoke.texi (C++ Modules): Remove language-linkage as missing feature.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 50f5787..81d13f4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -34639,13 +34639,6 @@ Papers p1815 (@uref{https://wg21.link/p1815}) and p2003
exported region may reference (for instance, the entities an exported
template definition may reference). These are not fully implemented.
-@item Language-linkage module attachment
-Declarations with explicit language linkage (@code{extern "C"} or
-@code{extern "C++"}) are attached to the global module, even when in
-the purview of a named module. This is not implemented. Such
-declarations will be attached to the module, if any, in which they are
-declared.
-
@item Standard Library Header Units
The Standard Library is not provided as importable header units. If
you want to import such units, you must explicitly build them first.