On Fri, Dec 17, 2021 at 03:04:19PM +0100, Olivier Hainque wrote: > > On 17 Dec 2021, at 13:58, Segher Boessenkool <seg...@kernel.crashing.org> > > wrote: > > Please use p7 instead of p9. > > Sure. > > > Also, you attached some binary, so I cannot reply to it easily. > > Ah, sorry. I did remember you told me this in the past > and renamed the file .diff to "circumvent" that, which > used to work. I'll check again.
It was sent as application/octet-stream. It should just be text/plain (all the x-* that people use are undefined as well fwiw). > In this instance, it's simple enough to be quoted directly: You may want to look into git send-email :-) > --- a/gcc/testsuite/gcc.target/powerpc/pr97142.c > +++ b/gcc/testsuite/gcc.target/powerpc/pr97142.c > @@ -1,5 +1,5 @@ > /* { dg-do compile } */ > -/* { dg-options "-Ofast" } */ > +/* { dg-options "-Ofast -mdejagnu-cpu=power9" } */ > > I'll change to power7 and commit. Okay for trunk like that. Thanks! Segher