------- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-20 21:08 ------- The easy way to fix the testcase is to do: __vector signed int vsi = {40, 41, 42, 43};
Without the cast. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28113
pinskia at gcc dot gnu dot org Tue, 20 Jun 2006 14:08:47 -0700
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-20 21:08 ------- The easy way to fix the testcase is to do: __vector signed int vsi = {40, 41, 42, 43};
Without the cast. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28113