------- Comment #13 from hjl dot tools at gmail dot com 2010-07-12 02:03 ------- If you replace
---
vec2 a;
a = vec2::load(p);
---
with
---
vec2 a = vec2::load(p);
---
the testcase will pass.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44900
