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 inline-asm/15089] local register variable with a specified register is bad


------- Additional Comments From pb at gcc dot gnu dot org  2004-04-28 22:03 -------
Created an attachment (id=6182)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6182&action=view)
patch

It looks like the desired value does start out being loaded into r4, but loop
deletes this assignment in the belief that it's redundant.  Does this patch
help?


-- 


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


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