Commit 6e487a49 by Jason Merrill Committed by Jason Merrill

* toplev.c (flag_new_exceptions): On by default.

From-SVN: r28703
parent 63a51aaa
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment