DynamoRIO / DynamoRIO/dynamorio

c++11 build warning on AArch32.DebianStretch.gcc63.SoftDocker

Open
#2,653 1 comment 0 reactions 1 assignee Claimed by @fhahn View on GitHub
Component-Build OpSys-ARM
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

The recent change is to build with `-std=c++11` (#1820, #2020) which I believe is what triggered these warnings?

http://dynamorio.org/CDash/buildSummary.php?buildid=29765

```
/nightly/src/clients/drcachesim/tools/histogram.cpp: In member function 'virtual bool histogram_t::print_results()':
/nightly/src/clients/drcachesim/tools/histogram.cpp:91:56: note: parameter passing for argument of type 'std::__detail::_Node_iterator, false, false>' will change in GCC 7.1
top.begin(), top.end(), cmp);
^
```

Hopefully someone with access to this compiler is able to look more closely and try to find a fix?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.