This is the mail archive of the gcc-patches@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: [RS6000] PR60737, expand_block_clear uses word stores


On Tue, May 06, 2014 at 06:00:14PM +0930, Alan Modra wrote:
>     __asm__ __volatile__ ("ld %0,0(%1)"
> 			  : "=r" (scratch[0]) : "r" (p));

Ick, I can't write ppc asm.  That should be "b" (p).

-- 
Alan Modra
Australia Development Lab, IBM


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