Re: [Patch, Aarch64] Fix testsuite regressions related to PR tree-optimization/71625

2018-10-05 Thread Richard Earnshaw (lists)
On 26/09/18 17:21, Steve Ellcey wrote: > A patch for PR tree-optimized/71625 caused regressions in the > gcc.target/aarch64/vclz.c and gcc.target/aarch64/vneg_s.c tests > because a couple of routines that were not getting inlined before > started getting inlined.  The inlining is not a bug, the  >

Re: [Patch, Aarch64] Fix testsuite regressions related to PR tree-optimization/71625

2018-10-04 Thread Steve Ellcey
Ping.  If I don't hear any objections I will consider this patch as obvious since the only change is to add noinline attributes to the tests. Steve Ellcey sell...@cavium.com On Wed, 2018-09-26 at 09:21 -0700, Steve Ellcey wrote: > A patch for PR tree-optimized/71625 caused regressions in the > g

[Patch, Aarch64] Fix testsuite regressions related to PR tree-optimization/71625

2018-09-26 Thread Steve Ellcey
A patch for PR tree-optimized/71625 caused regressions in the gcc.target/aarch64/vclz.c and gcc.target/aarch64/vneg_s.c tests because a couple of routines that were not getting inlined before started getting inlined.  The inlining is not a bug, the  generated code is now smaller so some functions t