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

slice_array assignment failures

    XMLWordPrintable

Details

    • Bug
    • Status: New
    • Low
    • Resolution: Unresolved
    • Code Generation Tools
    • CODEGEN-3966
    • Hide
      ARM_18.1.0.LTS
      MSP430_18.1.0.LTS
      MSP430_20.2.0.LTS
      ARM_18.12.0.LTS
      MSP430_21.6.0.LTS
      MSP430_18.12.0.LTS
      ARM_20.2.0.LTS
      Show
      ARM_18.1.0.LTS MSP430_18.1.0.LTS MSP430_20.2.0.LTS ARM_18.12.0.LTS MSP430_21.6.0.LTS MSP430_18.12.0.LTS ARM_20.2.0.LTS
    • None.
    • Hide
      slice_array assign fails runtime.

      clang fails same as TI compiler. Both compile with no errors.

      libc++ implementation copies a slice_array to another slice_array, stride by stride, and with both pointing to same original valarray. The original valarray changes values which in turn changes the values in the slice_array being assigned from.
      Show
      slice_array assign fails runtime. clang fails same as TI compiler. Both compile with no errors. libc++ implementation copies a slice_array to another slice_array, stride by stride, and with both pointing to same original valarray. The original valarray changes values which in turn changes the values in the slice_array being assigned from.

    Description

      slice_array assignment failures

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: