|
|
| Bugzilla Link |
11040 |
| Resolution |
FIXED |
| Resolved on |
Sep 29, 2011 16:49 |
| Version |
unspecified |
| OS |
All |
| CC |
@DougGregor |
Extended Description
Testcase:
const int x = 10;
int* y = reinterpret_cast<char&>(x);
Looks like the cast checking in CheckICE needs to be tightened up a bit.