On 05/24/2017 07:57 AM, Jakub Jelinek wrote:
The numbering is not to differentiate between dumps of the same name, that is done through numbered suffixes of the dump names, but to make the order of passes visible to the user and for sorted file listing to be provided in that order. So, rather than having lang files unnumbered, I think it is better to number them and just have a maximum of lang dumps and if some FE registers fewers, bump m_next_dump accordingly (create a hole). That is pretty much the standard behavior, if some dump is registered, but for whatever reason not dumped, you also get a hole.
oh, ok. Seems fine to me. nathan -- Nathan Sidwell