My builds from HEAD are failing unless I remove these tests. Are these invalid tests?
diff --git a/gcc/opt-suggestions.c b/gcc/opt-suggestions.c index 9444a35cb54..e64ee7e5660 100644 --- a/gcc/opt-suggestions.c +++ b/gcc/opt-suggestions.c @@ -264,8 +264,6 @@ test_completion_valid_options (option_proposer &proposer) "-Wno-format-contains-nul", "-Wnamespaces", "-fisolate-erroneous-paths-attribute", - "-Wno-underflow", - "-Wtarget-lifetime", "--param=asan-globals", "-Wno-empty-body", "-Wno-odr", @@ -273,7 +271,6 @@ test_completion_valid_options (option_proposer &proposer) "-Wstringop-truncation", "-fno-ipa-vrp", "-fmath-errno", - "-Warray-temporaries", "-Wno-unused-label", "-Wreturn-local-addr", "--param=sms-dfa-history", AG