This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Q: Is this improper asm use or a bug?


On Jun 11, 2003, fnf@intrinsity.com (Fred Fish) wrote:

>> >                     : "+r" (loops)
>> >                     : "0" (loops));
>> 
>> Use either "=r" and "0", or just "+r".  Since input and output are the

> That didn't have any effect.

> BTW, the problem is reproducible using the system gcc supplied with
> RedHat 9.0 and comparing with the output of a recent CVS toolchain.

Erhm...  Looks like bugzilla time, then :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]