Weird crash after external definition of a constructor
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Version: 5.3.0.0
OS version:Windows 7 Enterprise SP 1
Error reported: Exception EIntOverflow in module devcpp.exe at 0018F7FE.
Integer overflow
Stack trace: Sorry, I don't know what a stack trace is :(
Steps needed to reproduce the problem: Make a new file(has to be a completely new file) and in it make an empty struct named "a"(without the quotes) with a prototype for it's default constructor, and nothing else, and just an empty main() function. Then compile it and run it, and then try to declare the constructor outside of the class, and the bug should appear.
At the moment, I cannot reproduce the crash anymore on RC2. Can you confirm this?
Fixed as of 5.3.0.2.