This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/24445] "unable to find a register to spill in class 'R0_REGS"
- From: "rpjday at mindspring dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Oct 2005 12:45:03 -0000
- Subject: [Bug target/24445] "unable to find a register to spill in class 'R0_REGS"
- References: <bug-24445-9738@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from rpjday at mindspring dot com 2005-10-20 12:45 -------
(In reply to comment #4)
> Here is a reduced testcase:
>
> extern int bar (void) __attribute__ ((__pure__));
> extern char *baz;
> void foo (void)
> {
> baz = (char *) bar ();
> }
>
OK, given the reduced test case that shows the problem, I assume there's no
need to provide any further details from the crosstool output then?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24445