Re: [testsuite] Add @ lines to check-function-bodies fluff

2020-03-11 Thread Jeff Law via Gcc-patches
On Tue, 2020-03-10 at 17:22 +, Matthew Malcomson wrote: > When using `check-function-bodies`, the subroutine `parse_function_bodies` > uses > the `fluff` regexp to remove uninteresting assembly lines. > > Arm targets generate assembly with some lines prefixed by `@`, these lines are > left by

Re: [testsuite] Add @ lines to check-function-bodies fluff

2020-03-11 Thread Richard Sandiford
Matthew Malcomson writes: > When using `check-function-bodies`, the subroutine `parse_function_bodies` > uses > the `fluff` regexp to remove uninteresting assembly lines. > > Arm targets generate assembly with some lines prefixed by `@`, these lines are > left by this process. > > As an example o