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: strange compiling problem


Kyle Centers wrote:
>       :"=m"(ra)
>       :"0"(ra), "m"(rb)

I'm just making a guess from Jim's reply; I haven't tried it.  Try this:

	:"=m"(*&ra)
	:"0"(*&ra), "m"(*&rb)

-- Jamie


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