This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34177] New: Inline assembly uses wrong register
- From: "pete at highdesertsoftware dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2007 17:51:22 -0000
- Subject: [Bug c/34177] New: Inline assembly uses wrong register
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
asm volatile("mov r25, %0" : "=r" (RunTsk));
Selects the incorrect register for the move.
--
Summary: Inline assembly uses wrong register
Product: gcc
Version: 4.1.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pete at highdesertsoftware dot net
GCC host triplet: Windows
GCC target triplet: AVR (WinAVR)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34177