DynamoRIO / DynamoRIO/dynamorio
c++11 build warning on AArch32.DebianStretch.gcc63.SoftDocker
- 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
Assessment
This issue has not been assessed yet.