Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-17455

Configure checks for __atomic and __sync should verify all required functions

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.2
    • Affects Version/s: 3.0.0
    • Component/s: Build
    • Labels:
    • Fully Compatible
    • ALL
    • Hide

      See SERVER-17447 for details.

      Show
      See SERVER-17447 for details.
    • BUILD 2 04/24/15

      We currently assume that the presence of _atomic_compare_exchange on a native width int means that the entire spectrum of __atomic* ops are available to us. We make similar assumptions for std::atomic or __sync.

      We should expand these tests to check for the presence of the entire API surface that we require.

            Assignee:
            jonathan.reams@mongodb.com Jonathan Reams
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: