Skip to content

DPC++ daily 2022-08-26

Pre-release
Pre-release

Choose a tag to compare

@bb-sycl bb-sycl released this 26 Aug 16:26
· 147439 commits to sycl since this release
372cc94
[SYCL] Adjust accessor for gdb pretty-printer (#6644)

GDB cannot parse template parameters correctly if there are forward
declarations of a type without template parametrs given.
The patch adds names to all forward declarations of accessor and
improves the test so it should catch this problem if it appears again.