DynamoRIO / DynamoRIO/dynamorio
Add support for gcc 6
Open
Component-Build
OpSys-Linux
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
gcc 6 changed some things around, notably:
- The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98.
This issue will keep track of fixes needed to get DR compiling with gcc 6
https://gcc.gnu.org/gcc-6/changes.html
Contributor guide
Assessment
This issue has not been assessed yet.