|
|
|
|
|
by astrange
1251 days ago
|
|
If you don't hit compiler bugs, it's mostly because you're not updating your compiler. Large companies with compiler teams want to use them, so they do update their compiler, so they will find bugs in it. Btw, what do you think this prints with clang? (Whether the answer is a compiler bug is debatable…) printf("%#x\n", 1 << 32);
|
|