Write to a volatile vector may be discarded

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-15022
    • Hide
      C7000_6.0.0.STS
      C7000_5.0.0.LTS
      C7000_4.1.0.LTS
      Show
      C7000_6.0.0.STS C7000_5.0.0.LTS C7000_4.1.0.LTS
    • Hide
      C7000_6.x.0.LTS*
      C7000_4.1.3.LTS*
      C7000_5.0.2.LTS*
      Show
      C7000_6.x.0.LTS* C7000_4.1.3.LTS* C7000_5.0.2.LTS*
    • default

      A write to a volatile vector may be discarded during optimization. Given code similar to the following:

      void bad(int2 a, int2 b) { volatile int2 c = a + b; }
      

      The write to vector c may be discarded.

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

              Created:
              Updated:

                Connection: Intermediate to External PROD System
                EXTSYNC-6358 - Write to a volatile vector may be d...
                SYNCHRONIZED
                • Last Sync Date: