Date: Sun, 17 Oct 1999 14:38:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "John S. Fine" cc: djgpp AT delorie DOT com Subject: Re: gcc-295 and inline ASM In-Reply-To: <3807832B.4480@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Note-from-DJ: This may be spam Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 15 Oct 1999, John S. Fine wrote: > Somewhere (I think it was this newsgroup) I read an example of > how to fix code that had an input in the clobber list. The fix > was simply to remove it from the clobber list. No, the fix was to remove the register from the clobber list *and* use a dummy variable instead of the register. Search the news group archives at http://www.delorie.com/djgpp/mail-archives/ to see the original messages.