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

Some vector types computations are not carried out

    XMLWordPrintable

Details

    • Bug
    • Status: Fixed
    • Medium
    • Resolution: Fixed
    • Code Generation Tools
    • CODEGEN-3613
    • Hide
      C6000_8.2.0
      C6000_8.3.0
      C6000_8.1.0B1
      Show
      C6000_8.2.0 C6000_8.3.0 C6000_8.1.0B1
    • Hide
      C6000_8.3.0
      C6000_8.2.2
      C6000_8.1.5
      Show
      C6000_8.3.0 C6000_8.2.2 C6000_8.1.5
    • Hide
      It's possible that compiling with --opt_level=1 or greater will avoid the problem. It does in our test cases, but there are reports of cases for which that doesn't help.

      The problem occurs with "*pv++ = ..." where pv is a pointer to a vector. Using "pv[i] = ..." or "*pv = ...; ++pv;" seem to effectively avoid it.
      Show
      It's possible that compiling with --opt_level=1 or greater will avoid the problem. It does in our test cases, but there are reports of cases for which that doesn't help. The problem occurs with "*pv++ = ..." where pv is a pointer to a vector. Using "pv[i] = ..." or "*pv = ...; ++pv;" seem to effectively avoid it.

    Description

      Some vector types computations are not carried out

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: