F1011 Register allocation failure (C++)
Go Up to Compiler Errors And Warnings (C++) Index
Possible Causes
An expression on the indicated line of the source file was so complicated that the code generator could not generate code for it.
Solutions
Simplify the expression. If this does not solve the problem, avoid the expression.
Notify Embarcadero if an expression can consistently reproduce this error.