[all-commits] [llvm/llvm-project] db53df: [flang] Change c_intmax_t to 64 bit to correspond ...

Eugene Epshteyn via All-commits all-commits at lists.llvm.org
Fri Apr 25 07:25:35 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db53dfce415f47b964616e271350223e8a08f217
      https://github.com/llvm/llvm-project/commit/db53dfce415f47b964616e271350223e8a08f217
  Author: Eugene Epshteyn <eepshteyn at nvidia.com>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    M flang/module/iso_c_binding.f90

  Log Message:
  -----------
  [flang] Change c_intmax_t to 64 bit to correspond to intmax_t in C (#137208)

gcc, clang, and other C compiles define intmax_t to be 64 bit. Change
flang's definition of c_intmax_t to be compatible.

Fixes #128609



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