[all-commits] [llvm/llvm-project] 28c427: [flang] Ensure that DATA converter can cope with p...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu May 9 09:44:29 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28c427e5c022634ef479a98dc46291067a8c6c96
      https://github.com/llvm/llvm-project/commit/28c427e5c022634ef479a98dc46291067a8c6c96
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M flang/include/flang/Evaluate/tools.h
    M flang/lib/Evaluate/fold-designator.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/test/Semantics/data01.f90
    A flang/test/Semantics/data23.f90

  Log Message:
  -----------
  [flang] Ensure that DATA converter can cope with proc ptr error (#90973)

Multiple definitions of a procedure pointer with DATA statements should
elicit an error message, not a compiler crash.

Fixes https://github.com/llvm/llvm-project/issues/90944.



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