Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-117550

piecewise_linear_distribution::densities() non conformity

Linking RHIVOS CVEs to...Migration: Automation ...Sync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • gcc / libstdc++
    • rhel-pt-cpp-libs
    • 5
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • PT C++ Libraries Pending
    • None
    • None
    • Unspecified
    • Unspecified
    • Unspecified
    • None

      https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82749

      Goal

      Close the upstream bug. The return types should match the specification in the standard. Ideally, the values should be done in the correct precision.

      Acceptance criteria

      A list of verification conditions, successful functional tests, or expected outcomes in order to declare this story/task successfully completed.
       * Determine the scope of non-conformance
       * Evaluate ABI impact of changes and if they are feasible
       * The minimal change would be to just convert the internal double values to value_type but that doesn't actually do the calculations in the correct type.
       * Decide what (if anything) to change.

      piecewise_linear_distribution<T>::densities() should be of type vector<T> and is vector<double>.

              Unassigned Unassigned
              araghuku Alekya Raghukula
              Jonathan Wakely Jonathan Wakely
              Vaclav Kadlcik Vaclav Kadlcik
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: