This testcase fails with a spill failure for class AREG:
void f(int a)
{
register int reg asm ("eax") = 0;
a /= 1000;
asm volatile ("nop" : "+r"(reg), "+r"(a));
}
--
Summary: spill failures with hard-register variable
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: ra
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bonzini at gnu dot org
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32647
