Commit 18f5643
sergei
[SYCL] Fix compilation for RHEL 7 with glibc 2.17 and earlier (intel#4711)
This patch defines macro `__STDC_FORMAT_MACROS` which
was removed from glibc 2.18 to fix the issue
```
/../dpcpp-compiler/bin/../include/sycl/CL/sycl/queue.hpp:1208:44: error: expected ')'
"%s:%d: %s: global id: [%" PRIu64 ",%" PRIu64 ",%" PRIu64
```1 parent 0d7a8cf commit 18f5643
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments