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] |
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.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |