> On Sat, Sep 14, 2024 at 1:17 PM Ghorban M. Tavakoly via Gcc > <gcc@gcc.gnu.org> wrote: > > > > >> Is there any change to have some LTO progress indicator information in > > upstream GCC output? Do I need to report a bug? > > Is there any chance ... (sorry for typo) > > You can add -Q to the command line which makes GCC output some sort > of progress indication. Otherwise no - we do not really know how long a > compile will take so a true progress indicator isn't possible.
For ltrans we do make estimate used by partitioning, so for large projects that consits of many functions we may be able to do some sort of progress info on ltrans stage. But indeed, when waiting for large copmiles, I use -Q to make myself entertained :) Honza