[all-commits] [llvm/llvm-project] aa940c: [OpenACC][NFC] Fix GCC7 build after fec003a18a8b5b

Erich Keane via All-commits all-commits at lists.llvm.org
Mon Apr 28 17:32:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa940cedca8c825c5a46a3fc18a6f03c4dcd7f95
      https://github.com/llvm/llvm-project/commit/aa940cedca8c825c5a46a3fc18a6f03c4dcd7f95
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
    M clang/include/clang/Sema/SemaOpenACC.h

  Log Message:
  -----------
  [OpenACC][NFC] Fix GCC7 build after fec003a18a8b5b

A GCC 7 requirement on the completeness of types before using them in a
variant means we need a constructor for these (or define them outside the
current thing).  This patch should fix the build, as reported by
@kewen12



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