This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch: convert_move


On Fri, Jun 13, 2003 at 01:16:45PM -0400, Aldy Hernandez wrote:
> ! 	      sum = (sum << shift) + INTVAL (elt) & unit_mask;

Almost ok.  You've got a precedence problem here;
need parenthesis around the and operation.

> +   s64 = __ev_convert_s64 ((v2si){0,0xffffffff});

Clearly you need a different test case as well, so that
you'd have seen that bug.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]