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

Optimizer fails with segmentation fault

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-6581
    • Hide
      ARM_18.1.0.LTS
      C6000_8.3.0
      ARM_18.12.0.LTS
      ARM_20.2.0.beta
      Show
      ARM_18.1.0.LTS C6000_8.3.0 ARM_18.12.0.LTS ARM_20.2.0.beta
    • Hide
      ARM_18.12.4.LTS
      C6000_8.3.5
      ARM_18.1.7.LTS
      ARM_20.2.0.beta
      Show
      ARM_18.12.4.LTS C6000_8.3.5 ARM_18.1.7.LTS ARM_20.2.0.beta
    • default
    • Hide
      No simple workaround. If there's a way to restructure the code to avoid template parameter packs, or at least to avoid passing them as arguments to calls, try that. This particular test case will not crash with -O2 or -O3, though it will with -O0 and -O1. The --disable_inlining option will avoid the problem, but of course affects performance.
      Show
      No simple workaround. If there's a way to restructure the code to avoid template parameter packs, or at least to avoid passing them as arguments to calls, try that. This particular test case will not crash with -O2 or -O3, though it will with -O0 and -O1. The --disable_inlining option will avoid the problem, but of course affects performance.
    • When compiling C++ code that uses template parameter packs, especially if those parameter packs are passed as arguments to calls within the template functions, the optimiser may crash.

      Optimizer fails with segmentation fault

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

              Created:
              Updated:
              Resolved: