This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Rq4Clarification: std::uncaught_exception


Attila Feher F (JO/LMF) wrote:
Hi,

I have been reading http://gcc.gnu.org/bugs.html, but I cannot figure out if the bug I have found in the way std::uncaught_exception works is a gcc or a libstdc++ bug. Since the faulty behavior is the same with MinGW and Linux native gcc, I guess it is a language/compiler issue.

(The bug is that std::uncaught_exception returns false in a corner case, when the standard asks for true return. I think it is probably the least important issue, but I still would like to get it registered somewhere.)

Please let me know where should I report this bug!

You might find this bug report helpful: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10606

Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]