[Bug c++/77958] printf format checking -vs- variadic template functions

2024-12-07 Thread sjames at gcc dot gnu.org via Gcc-bugs
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).

[Bug c++/77958] printf format checking -vs- variadic template functions

2024-12-07 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958 Sam James changed: What|Removed |Added See Also||https://github.com/llvm/llv

[Bug c++/77958] printf format checking -vs- variadic template functions

2024-12-07 Thread arsen at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958 Arsen Arsenović changed: What|Removed |Added CC||arsen at gcc dot gnu.org --- Comment #

[Bug c++/77958] printf format checking -vs- variadic template functions

2017-02-22 Thread bugzi...@poradnik-webmastera.com
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

[Bug c++/77958] printf format checking -vs- variadic template functions

2017-02-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958 Martin Sebor changed: What|Removed |Added CC||bugzilla@poradnik-webmaster

[Bug c++/77958] printf format checking -vs- variadic template functions

2016-10-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/77958] printf format checking -vs- variadic template functions

2016-10-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958 Martin Sebor changed: What|Removed |Added Keywords||diagnostic CC|