[Bug c++/41214] [4.5 regression] Null pointer dereferenced in _Unwind_SetGR()

d dot g dot gorbachev at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Sep 2 17:24:00 GMT 2009



------- Comment #3 from d dot g dot gorbachev at gmail dot com  2009-09-02 17:24 -------
a testcase:

int main(void) { try { throw 0; } catch (int) { } return 0; }

About analysis, it will take some time. I think it is better to file a bug
right away then to wait results.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41214



More information about the Gcc-bugs mailing list