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

Compiler does not respect partial overrides in C99 designated initializers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-1059
    • SDSCM00051484
    • Hide
      ARM_15.12.0.LTS
      ARM_18.1.0.LTS
      ARM_16.9.0.LTS
      ARM_18.12.0.LTS
      ARM_20.2.0.LTS
      Show
      ARM_15.12.0.LTS ARM_18.1.0.LTS ARM_16.9.0.LTS ARM_18.12.0.LTS ARM_20.2.0.LTS
    • When using C99 designated initializers, initialize each desired subobject by itself and in the order declared.
    • Hide
      The compiler supports C99 designated initializers. However, , if your initializer has more than one designator that refer, in whole or in part, to the same subobject, the compiler may initialize the subobjects in the wrong order, which can affect the value eventually used to initialize the subobject
      Show
      The compiler supports C99 designated initializers. However, , if your initializer has more than one designator that refer, in whole or in part, to the same subobject, the compiler may initialize the subobjects in the wrong order, which can affect the value eventually used to initialize the subobject

      Compiler does not respect partial overrides in C99 designated initializers

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

              Created:
              Updated: