public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/39530]  New: [regression] runtime_error text not shown
@ 2009-03-23 18:49 shadow2531 at gmail dot com
  2009-03-23 18:49 ` [Bug c++/39530] " shadow2531 at gmail dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: shadow2531 at gmail dot com @ 2009-03-23 18:49 UTC (permalink / raw)
  To: gcc-bugs

#include <stdexcept>
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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-04-02 23:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-23 18:49 [Bug c++/39530] New: [regression] runtime_error text not shown shadow2531 at gmail dot com
2009-03-23 18:49 ` [Bug c++/39530] " shadow2531 at gmail dot com
2009-03-31 16:01 ` [Bug target/39530] [4.3/4.4/4.5 regression] " jsm28 at gcc dot gnu dot org
2009-04-01  9:00 ` jakub at gcc dot gnu dot org
2009-04-01  9:18 ` ktietz at gcc dot gnu dot org
2009-04-01  9:24 ` jakub at gcc dot gnu dot org
2009-04-01  9:30 ` shadow2531 at gmail dot com
2009-04-01 10:44 ` ktietz at gcc dot gnu dot org
2009-04-01 12:15 ` shadow2531 at gmail dot com
2009-04-02  4:20 ` dannysmith at users dot sourceforge dot net
2009-04-02  7:24 ` shadow2531 at gmail dot com
2009-04-02 23:57 ` tdragon at tdragon dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).