Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10828

MSP430 compiler segfaults with math operations on addresses of variables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High

      An expression like below which performs math operations on the addresses of
      variables will cause a segfault in the MSP430 code generator.
      uint32_v1 = (uint32_v1 - ((uint32_t) &uint16_v1)) + ((uint32_t) &uint16_v2);

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: