[Bug target/43722] ICE when passing NEON registers using const refrences
liranuna at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Apr 12 03:24:00 GMT 2010
------- Comment #1 from liranuna at gmail dot com 2010-04-12 03:24 -------
I would like to add that changing
void printv_f32(const float32x4_t &v)
into:
void printv_f32(float32x4_t v)
makes the problem go away, but the generated code is suboptimal.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43722
More information about the Gcc-bugs
mailing list