Old options in self tests?
Jeff Law
law@redhat.com
Thu Oct 4 14:12:00 GMT 2018
On 10/4/18 6:05 AM, Anthony Green wrote:
>
> 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
>
They're Fortran specific options. I'm not sure how that impacts your
tests though.
jeff
More information about the Gcc
mailing list