This is the mail archive of the gcc-help@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: My inline assembly has the cooties.


On Thursday 15 November 2007 19:33, David Daney wrote:
> Marco Manfredini wrote:
> > Hi,
> > The first thing I always realize when I return to code with inline
> > assembly is, that I forgot the dodgy intricacies again. Today I seem to
> > suffer from paralytic blindness. Could someone please enlighten me, why
> > this program prints 20 with gcc 4.2.2 and 1010 with gcc-3.4.4?
>
> I give up.  Is it because you didn't declare %0 as an early clobber?

ZOMG YES!! Thank you, David.




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