https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111788
--- Comment #4 from Giuliano Procida ---
Also worth noting that while Clang gives virtual table entries (for struct X)
this type in DWARF:
int(** _vptr.X)(...)
GCC gives them this type:
int(** _vptr$X)()
The different member names are an unf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111788
--- Comment #3 from Giuliano Procida ---
https://en.cppreference.com/w/cpp/language/variadic_arguments (see introduction
and Notes)
It's been allowed for longer than in C, but there is no portable way of
accessing the arguments.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111788
Richard Biener changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111788
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-10-12
Ever confirmed|0