DPC++ daily 2022-08-26
Pre-release
Pre-release
·
147439 commits
to sycl
since this release
[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.