From: Mike Stump Date: Wed, 20 Apr 1994 01:39:59 +0000 (+0000) Subject: Add -fhandle-signatures for C++ frontend. X-Git-Tag: misc/cutover-egcs-0~6862 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d9c157c104b289b82171a43c4cac31aa024b36;p=thirdparty%2Fgcc.git Add -fhandle-signatures for C++ frontend. From-SVN: r7081 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 463871dff0ae..b5ff439704a7 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",