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/24445] "unable to find a register to spill in class 'R0_REGS"



------- Comment #4 from kkojima at gcc dot gnu dot org  2005-10-20 12:11 -------
Here is a reduced testcase:

extern int bar (void) __attribute__ ((__pure__));
extern char *baz;
void foo (void)
{
  baz = (char *) bar ();
}


-- 


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


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