6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsInvestigationhelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Examine the cgo code generation to identify where an unused variable is introduced when compiling with Werror=unused variable. Look at the generated C code around the cgo ... functions and ensure the variable is either used or the flag is handled correctly.
- Tech stack
- goc
- Domain
- compilersbackend
- Issue type
- Bug
- Prerequisites
- GoC compiler