Hi Carl,

Just one tiny thing:

On Mon, Apr 30, 2018 at 09:05:23AM -0700, Carl Love wrote:
> diff --git a/gcc/testsuite/gcc.target/powerpc/builtins-8-p9-runnable.c 
> b/gcc/testsuite/gcc.target/powerpc/builtins-8-p9-runnable.c
> new file mode 100644
> index 0000000..4379d41
> --- /dev/null
> +++ b/gcc/testsuite/gcc.target/powerpc/builtins-8-p9-runnable.c
> @@ -0,0 +1,1044 @@
> +/* { dg-do run { target { powerpc*-*-* &&  p9vector_hw } } } */
> +/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { 
> "-mcpu=power9" } } */
> +/* { dg-options "-mcpu=power9 -O2" } */
> +
> +#include <stdint.h>
> +#include <stdio.h>
> +#include <inttypes.h>

You never need both <inttypes.h> and <stdint.h>, because the former
includes the latter.

Okay for trunk with or without that.  Thanks!


Segher

Reply via email to