[all-commits] [llvm/llvm-project] ed199c: [libc] Workaround for gcc complaining about implic...

lntue via All-commits all-commits at lists.llvm.org
Tue Jan 28 13:05:19 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed199c8d7668c14e9e9e8e4bfa59793e3f7f0266
      https://github.com/llvm/llvm-project/commit/ed199c8d7668c14e9e9e8e4bfa59793e3f7f0266
  Author: lntue <lntue at google.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M libc/src/__support/FPUtil/except_value_utils.h

  Log Message:
  -----------
  [libc] Workaround for gcc complaining about implicit conversions with the ternary ?: operator. (#124820)

Fixes https://github.com/llvm/llvm-project/issues/120427,
https://github.com/llvm/llvm-project/issues/122745

This is caused by a -Wconversion false-positive bug in gcc:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101537



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