https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64166
Bug ID: 64166 Summary: JIT does not provide a way for verifying dumpfiles from testcases Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Blocks: 64020 In PR jit/64020 I found that there isn't currently a good way for a jit testcase to get at a specific dumpfile and to assert properties about it (e.g. that a particular string or regex is found). I'm opening this bug to track this. I'm not yet sure to what extent to expose this in the API to end-users.