From: Mike Stump Date: Wed, 20 Apr 1994 01:39:59 +0000 (+0000) Subject: Add -fhandle-signatures for C++ frontend. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1d9c157c104b289b82171a43c4cac31aa024b36;p=gcc.git Add -fhandle-signatures for C++ frontend. From-SVN: r7081 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 463871dff0a..b5ff439704a 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -653,6 +653,8 @@ char *lang_options[] = "-fno-gc", "-fhandle-exceptions", "-fno-handle-exceptions", + "-fhandle-signatures", + "-fno-handle-signatures", "-fhuge-objects", "-fno-huge-objects", "-fimplement-inlines",