Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!garcon!garcon.cso.uiuc.edu!grunwald From: grunwald@flute.cs.uiuc.edu Newsgroups: gnu.gcc Subject: Re: Problem with gcc1.35 and compress... or is it me?? Message-ID: Date: 3 May 89 14:39:49 GMT References: <1863@blake.acs.washington.edu> Sender: news@garcon.cso.uiuc.edu Distribution: na Organization: University of Illinois, Urbana-Champaign Lines: 11 In-reply-to: mtsu@blake.acs.washington.edu's message of 3 May 89 07:01:49 GMT I conjecture that this is a problem with using an asm() designed for an old compiler, and that gnu C is doing register optimization & stepping on things the previous asm() thought were safe. Perhaps the form ``asm("a single string")'' should raise a suppresible warning, since these tend to be non-GNU asm()'s. -- Dirk Grunwald Univ. of Illinois grunwald@flute.cs.uiuc.edu