[all-commits] [llvm/llvm-project] 781424: [compiler-rt] Fix a warning

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Oct 18 12:16:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 781424c87273f51067790d6cc07973de8278f7b0
      https://github.com/llvm/llvm-project/commit/781424c87273f51067790d6cc07973de8278f7b0
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
    M compiler-rt/lib/builtins/int_to_fp_impl.inc

  Log Message:
  -----------
  [compiler-rt] Fix a warning

This patch fixes:

  compiler-rt/lib/builtins/int_to_fp_impl.inc:36:10: error: expression
  is not an integer constant expression; folding it to a constant is a
  GNU extension [-Werror,-Wgnu-folding-constant]




More information about the All-commits mailing list