[all-commits] [llvm/llvm-project] eebe9a: [flang][CUDA] Fix crash in name resolution for CUD...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Sep 16 13:45:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eebe9a3fca39e0d0e464993f41e63aa41c308da7
      https://github.com/llvm/llvm-project/commit/eebe9a3fca39e0d0e464993f41e63aa41c308da7
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
    M flang/lib/Semantics/resolve-names.cpp

  Log Message:
  -----------
  [flang][CUDA] Fix crash in name resolution for CUDA function (#108616)

When a function result type appears on a FUNCTION statement after some
CUDA attributes, there wasn't always valid program source location
information attached to the function result variable information stack.
Ensure that some relevant source information is always available.



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