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 c/19500] compillation fail in intl with "error: can't find a register in class `GENERAL_REGS' while reloading `asm'"


------- 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


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