Compiler crash when compiling a kernel with std::uint8_t
as argument
#344
Labels
bug
Something isn't working
std::uint8_t
as argument
#344
Required prerequisites
Describe the bug
The compiler is crashing when trying to compile kernels that take values of type
std::uint8_t
,std::size_t
, and possibly other similar types as arguments.Example:
Steps to reproduce the bug
Try to compile the above program.
Expected behavior
Compiler should not crash.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
Suggestions
No response
The text was updated successfully, but these errors were encountered: