From 80dabe332af45fd572921d401c07e3879bd0d90e Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 13 Aug 1999 03:48:44 -0400 Subject: [PATCH] remove obsolete destructors and goto node From-SVN: r28701 --- gcc/extend.texi | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gcc/extend.texi b/gcc/extend.texi index 253b0e63567..a8ebfc8e152 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -3150,8 +3150,6 @@ Predefined Macros,cpp.info,The C Preprocessor}). @menu * Naming Results:: Giving a name to C++ function return values. * Min and Max:: C++ Minimum and maximum operators. -* Destructors and Goto:: Goto is safe to use in C++ even when destructors - are needed. * C++ Interface:: You can use a single C++ header file for both declarations and definitions. * Template Instantiation:: Methods for ensuring that exactly one copy of @@ -3318,19 +3316,6 @@ Since @code{?} are built into the compiler, they properly handle expressions with side-effects; @w{@samp{int min = i++