[all-commits] [llvm/llvm-project] 7c512c: [flang] Disallow references to some IEEE procedure...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Aug 8 11:07:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c512cef61ea6894c09da8ae5dad6f1ed44812f7
      https://github.com/llvm/llvm-project/commit/7c512cef61ea6894c09da8ae5dad6f1ed44812f7
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M flang/lib/Semantics/check-do-forall.cpp
    M flang/module/__fortran_ieee_exceptions.f90
    M flang/test/Semantics/doconcurrent01.f90

  Log Message:
  -----------
  [flang] Disallow references to some IEEE procedures in DO CONCURRENT (#102082)

There's a numbered constraint that prohibits calls to some IEEE
arithmetic and exception procedures within the body of a DO CONCURRENT
construct. Clean up the implementation to catch missing cases.



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