https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
--- Comment #6 from Sam James ---
This came up when earlier we couldn't build LLVM's liboffload with GCC and it
turns out that Clang supports this variant of gnu::format
(https://github.com/llvm/llvm-project/issues/119069).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
Sam James changed:
What|Removed |Added
See Also||https://github.com/llvm/llv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
Arsen Arsenović changed:
What|Removed |Added
CC||arsen at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
--- Comment #3 from Daniel Fruzynski ---
This attribute should also work when some parameters are not variadic ones. One
use case presented in bug 79680 is to have two overloaded logging function: one
printf-like, and another one which accepts co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
Martin Sebor changed:
What|Removed |Added
CC||bugzilla@poradnik-webmaster
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
CC|