* toplev.c (flag_new_exceptions): On by default.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 13 Aug 1999 08:23:35 +0000 (08:23 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 13 Aug 1999 08:23:35 +0000 (04:23 -0400)
From-SVN: r28703

gcc/ChangeLog
gcc/toplev.c

index d62c86e..5306750 100644 (file)
@@ -1,3 +1,7 @@
+Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * toplev.c (flag_new_exceptions): On by default.
+
 1999-08-13  Michael Meissner  <meissner@cygnus.com>
 
        * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
index 5c7041e..a3cc6b5 100644 (file)
@@ -648,7 +648,7 @@ int flag_exceptions;
 /* Nonzero means use the new model for exception handling. Replaces 
    -DNEW_EH_MODEL as a compile option. */
 
-int flag_new_exceptions = 0;
+int flag_new_exceptions = 1;
 
 /* Nonzero means don't place uninitialized global data in common storage
    by default.  */