Regenerate common.opt.urls
The new support for gcov modified condition/decision coverage
introduced two new flags for gcc, -Wcoverage-too-many-conditions and
-fcondition-coverage. But didn't regenerate the gcc/common.opt.urls.
Fixes: 08a5233180
("Add condition coverage (MC/DC)")
gcc/ChangeLog:
* common.opt.urls: Regenerate.
This commit is contained in:
parent
67cbb1c638
commit
0c22f67526
1 changed files with 6 additions and 0 deletions
|
@ -280,6 +280,9 @@ UrlSuffix(gcc/Warning-Options.html#index-Wcoverage-mismatch)
|
||||||
Wcoverage-invalid-line-number
|
Wcoverage-invalid-line-number
|
||||||
UrlSuffix(gcc/Warning-Options.html#index-Wcoverage-invalid-line-number)
|
UrlSuffix(gcc/Warning-Options.html#index-Wcoverage-invalid-line-number)
|
||||||
|
|
||||||
|
Wcoverage-too-many-conditions
|
||||||
|
UrlSuffix(gcc/Warning-Options.html#index-Wcoverage-too-many-conditions)
|
||||||
|
|
||||||
Wmissing-profile
|
Wmissing-profile
|
||||||
UrlSuffix(gcc/Warning-Options.html#index-Wmissing-profile)
|
UrlSuffix(gcc/Warning-Options.html#index-Wmissing-profile)
|
||||||
|
|
||||||
|
@ -1057,6 +1060,9 @@ UrlSuffix(gcc/Instrumentation-Options.html#index-fprofile-abs-path)
|
||||||
; duplicate: 'gcc/Instrumentation-Options.html#index-fprofile-arcs'
|
; duplicate: 'gcc/Instrumentation-Options.html#index-fprofile-arcs'
|
||||||
; duplicate: 'gcc/Other-Builtins.html#index-fprofile-arcs-1'
|
; duplicate: 'gcc/Other-Builtins.html#index-fprofile-arcs-1'
|
||||||
|
|
||||||
|
fcondition-coverage
|
||||||
|
UrlSuffix(gcc/Instrumentation-Options.html#index-fcondition-coverage)
|
||||||
|
|
||||||
fprofile-dir=
|
fprofile-dir=
|
||||||
UrlSuffix(gcc/Instrumentation-Options.html#index-fprofile-dir)
|
UrlSuffix(gcc/Instrumentation-Options.html#index-fprofile-dir)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue