Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    7bc5d6c6
    Maintain separate flags for C++ compiler invocations · 7bc5d6c6
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously we would pass flags intended for the C compiler to the C++
    compiler (see #16738). This would cause, for instance, `-std=gnu99` to
    be passed to the C++ compiler, causing spurious test failures. Fix this
    by maintaining a separate set of flags for C++ compilation invocations.
    7bc5d6c6
    History
    Maintain separate flags for C++ compiler invocations
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously we would pass flags intended for the C compiler to the C++
    compiler (see #16738). This would cause, for instance, `-std=gnu99` to
    be passed to the C++ compiler, causing spurious test failures. Fix this
    by maintaining a separate set of flags for C++ compilation invocations.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.