Hi

Our cc1plus42 frontend deletes __rw_destroy instance because it can
prove that catch block is never executed, but catch block itself is
not deleted.  Is this a bug in openCC as well and if not any
recommendations on best way to fix it?

test.cxx
-----------

static void foo() {}

int main() {
    try {
    }
    catch(...) {
        foo();
    }
    return 0;
}

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to