This is the mail archive of the gcc-bugs@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]

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091

--- Comment #6 from Andreas Schwab <schwab@linux-m68k.org> 2011-08-20 14:49:14 UTC ---
"st 0,%0" stores the contents of register 0 at the address pointed to by
operand 0.  The st insn always operates on registers and cannot take immediate
data.

There is no modifier that expands to the register prefix.  Currently the only
way to produce the correct register name is to substitute a suitable register
operand.


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