Re: [PATCH] rs6000: Update powerpc test cases to use -mdejagnu-cpu=.

2020-08-11 Thread Segher Boessenkool
Hi! On Tue, Aug 11, 2020 at 08:22:47AM -0500, Peter Bergner wrote: > I was looking through some POWER10 test cases and noticed that we used > -mcpu=power10 rather than the preferred -mdejagnu-cpu=power10. It is not just *preferred*; things work incorrectly on many systems without it. If all syst

[PATCH] rs6000: Update powerpc test cases to use -mdejagnu-cpu=.

2020-08-11 Thread Peter Bergner via Gcc-patches
I was looking through some POWER10 test cases and noticed that we used -mcpu=power10 rather than the preferred -mdejagnu-cpu=power10. I went looking for more tests that were not converted over and came up with the following patch. Ok for trunk? Peter gcc/testsuite/ * g++.dg/ext/spe1.C