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] |
| Other format: | [Raw text] | |
o RTH (and others) are strongly in favor of try/finally, which is implemented by several others compilers.
Myself among them. try/finally is well defined, and already implemented in
other languages and other C compilers. IMO the explicit syntax is in
keeping with the spirit of C. If we have any exception handling support
whatsoever in C, it should be try/finally. And we've (for some definition
of we) always intended to have some EH in C someday. Now that we're trying
to integrate pthreads with EH, it's time.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |