[Bug c++/39530] New: [regression] runtime_error text not shown
#include using namespace std; int main() { throw runtime_error("ouch"); } // g++ -Wall -Wextra test.cc -o test -O3 -s // g++ (GCC) 4.3.3-dw2-tdm-1 <http://nuwen.net/mingw.html> // WinXP SP3 // CMD.exe Result: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Expected: "ouch" should be shown somewhere in there. It used to be in < 4.3. -- Summary: [regression] runtime_error text not shown Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: shadow2531 at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39530
[Bug c++/39530] [regression] runtime_error text not shown
--- Comment #1 from shadow2531 at gmail dot com 2009-03-23 18:49 --- Created an attachment (id=17525) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17525&action=view) .ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39530
[Bug target/39530] [4.3/4.4/4.5 regression] runtime_error text not shown
--- Comment #5 from shadow2531 at gmail dot com 2009-04-01 09:30 --- (In reply to comment #3) > terminate called after throwing an instance of 'std::runtime_error' > what(): ouch Yes, this is the part that's missing for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39530
[Bug target/39530] [4.3/4.4/4.5 regression] runtime_error text not shown
--- Comment #7 from shadow2531 at gmail dot com 2009-04-01 12:15 --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #3) > > > terminate called after throwing an instance of 'std::runtime_error' > > > what(): ouch > > > > Yes, this is the part that's missing for me. > > > > Well, as far as I verified this, it is a mingw.org specific runtime failure. > At > least I could reproduce your reported bug also with 3.4.4 gcc. > I verified this issue also with mingw-w64 32-bit runtime and couldn't > reproduce > it for this runtime. > So you should report this problem to mingw.org. > Thanks <https://sourceforge.net/tracker/?func=detail&aid=2724976&group_id=2435&atid=102435> -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39530
[Bug target/39530] [4.3/4.4/4.5 regression] runtime_error text not shown
--- Comment #9 from shadow2531 at gmail dot com 2009-04-02 07:24 --- Filed tdm bug: <https://sourceforge.net/tracker/?func=detail&aid=2726299&group_id=200665&atid=974439> -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39530