[Bug rtl-optimization/59086] [4.9 Regression] error: ‘asm’ operand has impossible constraints
vmakarov at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 19 15:31:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59086
Vladimir Makarov <vmakarov at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vmakarov at gcc dot gnu.org
--- Comment #2 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
There are not enough regs for the asm as frame pointer can not be used after
x86 tuning changes. The root of the problem is an absence some functionality
in LRA preventing frame pointer elimination in presence of explicit sp changes.
It also hurts performance for new tuning (there are PRs of this too). I've
started to work on this problem. I hope it will be solved in 2 weeks.
More information about the Gcc-bugs
mailing list