------- 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
hjl dot tools at gmail dot com Sun, 11 Jul 2010 19:04:11 -0700
------- 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