higuoxing wrote: > > Seems fine, but is it documented anywhere (by GCC) that e.g. `gnu_printf` > > behaves the same as `printf`? > > Looking at the issue you linked, they at least were equivalent in 2008 when > they were added to GCC
Yes. They are still equivalent at the moment. https://gcc.gnu.org/cgit/gcc/tree/gcc/c-family/c-format.cc?h=trunk#n5268 Maybe we can add one more alias gnu_strfmon for strfmon? https://github.com/llvm/llvm-project/pull/160255 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
