Date: Mon, 1 May 1995 08:14:16 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: rollins AT grue DOT caltech DOT edu Subject: Re: [bug] ebp optimization problem Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > Using the -fomit-frame-pointer caused ebp to be used for indexing > an array in the data segment, however, no ds: override was produced: This is explained in the FAQ, section 9.4. You shouldn't do this under DPMI.