[all-commits] [llvm/llvm-project] 329bfa: [flang] Fix crash in CO_REDUCE semantics (#131211)

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Mar 19 12:00:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 329bfa91b06724bead2997de45b105b28f220495
      https://github.com/llvm/llvm-project/commit/329bfa91b06724bead2997de45b105b28f220495
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M flang/lib/Semantics/check-call.cpp
    A flang/test/Semantics/bug396.f90

  Log Message:
  -----------
  [flang] Fix crash in CO_REDUCE semantics (#131211)

A std::optional<> value was being accessed without first ensuring its
presence.



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