From: Stan Cox Date: Fri, 16 Feb 1996 16:51:26 +0000 (+0000) Subject: (OPTIMIZATION_OPTIONS): call optimization_options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7237e6d0665c26eb8a85bcaba32e1a2b5992588;p=gcc.git (OPTIMIZATION_OPTIONS): call optimization_options From-SVN: r11288 --- diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h index 5b461c49259..1bcbb09a3ba 100644 --- a/gcc/config/i386/dgux.h +++ b/gcc/config/i386/dgux.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "i386/sysv4.h" #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision$" +#define VERSION_INFO2 "$Revision: 1.1 $" #endif #ifndef VERSION_STRING @@ -132,6 +132,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern int flag_signed_bitfields; \ flag_signed_bitfields = 0; \ abort_helper (); \ + optimization_options (LEVEL); \ } while (0)