[all-commits] [llvm/llvm-project] 936481: [flang] Use LHS type for RHS BOZ on assignment (#1...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue May 13 07:49:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 936481fdf5b0ab214e381aa96a151ec33348cfca
      https://github.com/llvm/llvm-project/commit/936481fdf5b0ab214e381aa96a151ec33348cfca
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M flang/lib/Semantics/expression.cpp
    A flang/test/Semantics/boz-rhs.f90

  Log Message:
  -----------
  [flang] Use LHS type for RHS BOZ on assignment (#139626)

F'2023 allows the right-hand side of an assignment to an integer or real
scalar to be a BOZ literal constant; this has already been supported in
some compilers. The type of the left-hand side variable is used to
convert the value of the BOZ.



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