On Fri, Jan 20, 2017 at 06:45:54PM +0100, Andreas Schwab wrote: > > /* { dg-final { scan-rtl-dump "Performing shrink-wrapping" > > "pro_and_epilogue" { xfail arm*-*-* powerpc*-*-* } } } */ > > Shouldn't that rather be target { ! { arm*-*-* powerpc*-*-* } }?
The way it is written we'll be informed if it starts being shrink-wrapped. Segher