Compilation issue with GCC and C++17
Open
- Dominant language
- C++
- Stars
- 16
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
See https://bugzilla.redhat.com/show_bug.cgi?id=1485641
TL;DR, there's a compilation error in ICL if you are using GCC with C++17. It works with Clang for me.
A hacky workaround is to use `-fno-new-ttp-matching` when compiling with GCC.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked Red Hat Bugzilla report and reproduce the ICL compilation failure using GCC with C++17, comparing it with Clang and the documented workaround. Done means identifying the affected ICL compilation path and confirming that GCC with C++17 builds without requiring -fno-new-ttp-matching.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100