public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6463] d: Document that TypeInfo-based va_arg is not implemented
@ 2023-03-03 19:42 Iain Buclaw
  0 siblings, 0 replies; only message in thread
From: Iain Buclaw @ 2023-03-03 19:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1f83aee5864129c4147a95c1a4e35d37c7eb7e59

commit r13-6463-g1f83aee5864129c4147a95c1a4e35d37c7eb7e59
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Fri Mar 3 20:39:59 2023 +0100

    d: Document that TypeInfo-based va_arg is not implemented
    
            PR d/108763
    
    gcc/d/ChangeLog:
    
            * implement-d.texi (Missing Features): Document that TypeInfo-based
            va_arg is not implemented.

Diff:
---
 gcc/d/implement-d.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gcc/d/implement-d.texi b/gcc/d/implement-d.texi
index 89a17916a83..039e5fbd24e 100644
--- a/gcc/d/implement-d.texi
+++ b/gcc/d/implement-d.texi
@@ -2511,4 +2511,10 @@ version (GNU)
 @}
 @end smallexample
 
+@item TypeInfo-based va_arg
+The Digital Mars D compiler implements a version of @code{core.vararg.va_arg}
+that accepts a run-time @code{TypeInfo} argument for use when the static type
+is not known.  This function is not implemented by GNU D.  It is more portable
+to use variadic template functions instead.
+
 @end table

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-03 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 19:42 [gcc r13-6463] d: Document that TypeInfo-based va_arg is not implemented Iain Buclaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).