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

Re: [basic-improvements] try/finally support for c/c++


On 06-Nov-2002, Aldy Hernandez <aldyh@redhat.com> wrote:
> Index: doc/extend.texi
> + @section Try/finally exceptions
...
> + Since C++ already has a @code{try} keyword, both @code{try} and
> + @code{__try} variations are allowed.

"try" is not a keyword in C if -ansi (or equivalent) is specified, I assume.
This should be mentioned here and/or in the "Alternate Keywords" section.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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