https://bugs.llvm.org/show_bug.cgi?id=48933
Bug ID: 48933
Summary: Find and fix more unsupported type uses in device code
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Clang Compiler Support
Assignee: unassignedclangb...@nondot.org
Reporter: jdoerf...@anl.gov
CC: a.bat...@hotmail.com, deepak.eachemp...@hpe.com,
jonathanchesterfi...@gmail.com,
llvm-bugs@lists.llvm.org, ravi.narayanasw...@intel.com
We diagnose a lot of expression uses of unsupported types but sme declarations
slip through. They still can cause the backend to crash. Two I found so far:
```
#pragma omp declare target
long double a() {
return 0;
}
void c(long double a) { }
#pragma omp end declare target
```
--
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