From b7237e6d0665c26eb8a85bcaba32e1a2b5992588 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Fri, 16 Feb 1996 16:51:26 +0000 Subject: [PATCH] (OPTIMIZATION_OPTIONS): call optimization_options From-SVN: r11288 --- gcc/config/i386/dgux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.30.2