https://bugs.llvm.org/show_bug.cgi?id=51106

            Bug ID: 51106
           Summary: Default firstprivate clause not working on some
                    variables
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: OpenMP
          Assignee: a.bat...@hotmail.com
          Reporter: hube...@ornl.gov
                CC: a335p...@uwaterloo.ca, jdoerf...@anl.gov,
                    llvm-bugs@lists.llvm.org

The `default firstprivate` clause added in OpenMP 5.1 should list any
non-global variable without an explicit mapping in firstprivate. This doesn't
happen for a few cases where existing OpenMP clauses seem to change the
semantics of the variables and prevent them from being automatically declared
firstprivate as shown in (https://godbolt.org/z/6WYvEdhM8).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to