miniblog.
← Back to all posts
Wilfred Hughes
Mar 25, 2016 at 10:30
Brilliant blog post on debugging code gen bugs in VC++:
https://randomascii.wordpress.com/2013/10/14/how-to-report-a-vc-code-gen-bug/
How to Report a VC++ Code-Gen Bug
My coworkers recently found a bug in the x64 code generated by Visual C++. This bug exists in VC++ 2010 to VC++ 2013 RC. We put in a workaround (the traditional one of disabling optimizations for t…