[all-commits] [llvm/llvm-project] 21491e: Turn off uninitialized warnings for GCC up to 14. ...

Harald van Dijk via All-commits all-commits at lists.llvm.org
Sun Jul 13 02:44:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21491ed7519c093fff0794bc90078a9c2b628401
      https://github.com/llvm/llvm-project/commit/21491ed7519c093fff0794bc90078a9c2b628401
  Author: Harald van Dijk <harald.vandijk at codeplay.com>
  Date:   2025-07-13 (Sun, 13 Jul 2025)

  Changed paths:
    M llvm/cmake/config-ix.cmake

  Log Message:
  -----------
  Turn off uninitialized warnings for GCC up to 14. (#147968)

Although the false positives that caused it to be disabled originally
may have been fixed in GCC 12, GCC also suffers from a problem where
-Wuninitialized may cause the build to hang on some platforms (GCC
#120729). This has been fixed in GCC 15, so turn on -Wuninitialized for
GCC 15+ instead of GCC 12+.



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