On 7/24/24 12:03 PM, Segher Boessenkool wrote: >> +/* { dg-options "-mdejagnu-cpu=power10 -save-temps" } */ > > Why the -save-temps? Always document it if you want that for something, > but never put it in the testcase if not. A leftover from development?
I can answer this one. :-). Since these are dg-do run/link tests, we need the -save-temps to keep the assembler files around for Carl's scan-assembler tests at the end of the test case. Peter