[Bug c/19500] compillation fail in intl with "error: can't find a register in class `GENERAL_REGS' while reloading `asm'"
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jan 18 11:39:00 GMT 2005
------- Additional Comments From steven at gcc dot gnu dot org 2005-01-18 11:39 -------
Build logs are not very useful. Please try to extract a self-contained
test case and attach it to this problem report.
Probably this is not easily fixable in GCC. A reload failure in an asm
means you're just out of registers, and usually the problem is not with
gcc but with the asm constraining the compiler too much. But maybe the
problem can be resolved, who knows.
Without a test case, we cannot help you ;-)
It would also be helpful if you could tell us if earlier GCC versions
did not cause this problem for you.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19500
More information about the Gcc-bugs
mailing list