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

Spurious warning when __attribute__((noinline)) applied to inline definition of member function

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • Code Generation Tools
    • CODEGEN-5735
    • Hide
      C7000_1.4.0.LTS
      C6000_8.2.0
      C6000_8.3.0
      MSP430_20.2.0.LTS
      ARM_18.12.0.LTS
      MSP430_18.12.0.LTS
      PRU_2.3.0
      ARM_20.2.0.LTS
      C2000_18.12.0.LTS
      C2000_20.2.0.LTS
      Show
      C7000_1.4.0.LTS C6000_8.2.0 C6000_8.3.0 MSP430_20.2.0.LTS ARM_18.12.0.LTS MSP430_18.12.0.LTS PRU_2.3.0 ARM_20.2.0.LTS C2000_18.12.0.LTS C2000_20.2.0.LTS
    • Hide
      ARM_18.12.8.LTS*
      C7000_1.4.1.LTS*
      MSP430_18.12.8.LTS*
      C6000_8.3.9*
      C2000_20.2.3.LTS*
      PRU_2.3.4*
      ARM_20.2.3.LTS*
      MSP430_20.2.3.LTS*
      C2000_18.12.8.LTS*
      Show
      ARM_18.12.8.LTS* C7000_1.4.1.LTS* MSP430_18.12.8.LTS* C6000_8.3.9* C2000_20.2.3.LTS* PRU_2.3.4* ARM_20.2.3.LTS* MSP430_20.2.3.LTS* C2000_18.12.8.LTS*
    • Hide
      Use #pragma FUNC_CANNOT_INLINE
      or
      Suppress the warning with -pds1488
      Show
      Use #pragma FUNC_CANNOT_INLINE or Suppress the warning with -pds1488
    • Hide
      If a member function has an "inline" definition (a definition is present inside the definition of the class) but also has the GNU "noinline" attribute attached to it, the parser will emit a warning that the function cannot be both "inline" and "noinline." This does not change the behavior of the attribute; the function will not be inlined by the optimizer.
      Show
      If a member function has an "inline" definition (a definition is present inside the definition of the class) but also has the GNU "noinline" attribute attached to it, the parser will emit a warning that the function cannot be both "inline" and "noinline." This does not change the behavior of the attribute; the function will not be inlined by the optimizer.

      Spurious warning when _attribute_((noinline)) applied to inline definition of member function

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

              Created:
              Updated:
              Resolved: