[all-commits] [llvm/llvm-project] 71dbef: [Clang] Drop workaround for old gcc versions (#78803)

Yuxuan Chen via All-commits all-commits at lists.llvm.org
Sun Jan 21 19:31:51 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 71dbefa446e60dcce86fc3f8531e50b1d12ce31f
      https://github.com/llvm/llvm-project/commit/71dbefa446e60dcce86fc3f8531e50b1d12ce31f
  Author: Yuxuan Chen <yuxuanchen1997 at outlook.com>
  Date:   2024-01-21 (Sun, 21 Jan 2024)

  Changed paths:
    M clang/lib/Sema/TreeTransform.h

  Log Message:
  -----------
  [Clang] Drop workaround for old gcc versions (#78803)

This workaround existed due to https://gcc.gnu.org/PR56135. The website
says that the bug was fixed in GCC 4.8.0 and the latest host toolchain
requirement says GCC 7.4. I think it would be very safe to drop this
workaround.




More information about the All-commits mailing list