A patch for
https://sourceforge.net/tracker/?func=detail&aid=3431602&group_id=42303&atid=432701has
been added to
https://sourceforge.net/projects/mspgcc/files/Patches/LTS/20110716/.  This
fixes an error in comparisons of the lower parts of a multi-word integer
against a constant when using a comparison operation not directly supported
by an MSP430 instruction.  E.g.,:

int test_gtu32 (uint32_t x)
{
  if (x > 0xFFFF)
    return 1;
  return 0;
}

The trunk version will be updated with a similar fix in a few days.

Peter
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to