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


    > That was set up so that a front end that wanted to use EH had to
    > call a function in order to do it.

    Which is wrong.  A language that emits tree codes that map to EH
    constructs should just work because the documented semantics of those
    tree codes demand it.

I agree.  The goal is to make the EH facilities of GCC usable for all
languages.  So the feature should always be "on".  If a program uses
the EH tree codes, they should do their job.


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