------- Comment #9 from redi at gcc dot gnu dot org 2010-04-29 22:55 ------- you're throwing a string literal and trying to catch a char*, that's invalid
if you change it to catch(const char*) it works fine with 4.4.3 -- redi at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34778