This is the mail archive of the gcc@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]

Re: CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR vs TRY_CATCH_EXPR


      Unfortuantely, I no longer remember the
    details, but the problem occurs in a front end that uses cleanup items
    (not via tree cods but via calls to expand_decl_cleanup) but does not
    call the recently-added EH functions.  Such front ends will blow up
    (if I remember correctly) without my change.

I see.

In this case, I think I don't have an opinion on the question of which
way should be the default.


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