On Sun, Oct 22, 2017 at 6:26 PM, Timothy Arceri <tarc...@itsqueeze.com> wrote:
> ---
>  src/intel/compiler/brw_eu_validate.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/src/intel/compiler/brw_eu_validate.c 
> b/src/intel/compiler/brw_eu_validate.c
> index 9f72c650ddb..07318b9d3c0 100644
> --- a/src/intel/compiler/brw_eu_validate.c
> +++ b/src/intel/compiler/brw_eu_validate.c
> @@ -47,6 +47,9 @@ cat(struct string *dest, const struct string src)
>  static bool
>  contains(const struct string haystack, const struct string needle)
>  {
> +   if (!haystack.str)
> +      return false;
> +

Thanks. Strange that I don't see this. Must require a newer gcc than
what I have.

I just reviewed Eric Anholt's similar patch to solve this problem, so
we can drop this one.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to