Remove support for reinterpret casts from &int[7] to int[]*
Internally these would treat the cast same as a normal conversion from int[7] to int[], which allows code at CTFE to erroneously succeed where it would raise a SEGV at run-time.
0c86139 master fe4b650
0c86139
master
fe4b650
Sign up with GitHub
Sign up with Bitbucket
Sign up with GitLab
Log in with GitHub
Log in with Bitbucket
Log in with GitLab