[Bug tree-optimization/55619] [4.8 Regression] Chromium build fails with: error: memory input is not directly addressable
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Dec 8 08:06:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55619
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-08 08:05:54 UTC ---
I think it would be better to rewrite this using intrinsics than depending on
the register allocator.
You have 3 register inputs, 4 register outputs and 5 memory inputs.
I also don't think you have the input/outputs correct either.
%2 you only read and never write to so why have it as +?
\
More information about the Gcc-bugs
mailing list