[all-commits] [llvm/llvm-project] 359a91: [offload] `gnu::format` with variadic template fun...

Michał Górny via All-commits all-commits at lists.llvm.org
Sun Feb 2 07:55:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 359a9131704277bce0f806de31ac887e68a66902
      https://github.com/llvm/llvm-project/commit/359a9131704277bce0f806de31ac887e68a66902
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-02-02 (Sun, 02 Feb 2025)

  Changed paths:
    M offload/plugins-nextgen/common/include/ErrorReporting.h

  Log Message:
  -----------
  [offload] `gnu::format` with variadic template functions is Clang-only (#124406)

Use `gnu::format` attribute only when compiling with Clang, as using it
against variadic template functions is a Clang extension and is not
supported by GCC.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958

Fixes #119069



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list