-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable C++ branch coverage when using gcov 8 or later.
Branch coverage was disabled due to a gcov bug, but this was fixed for GCC 8: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84879. It doesn't make sense to disable all C++ branch coverage for everyone because of a bug in an old GCC version. Closes #18879. RELNOTES: Enable C++ branch coverage if gcov version is 8 or newer. PiperOrigin-RevId: 547165873 Change-Id: I581d9902dc73910f686155548c3bf94c7a1d9207
- Loading branch information
1 parent
fe678ea
commit 57ae1ff
Showing
6 changed files
with
228 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.