Is there any way to get GCC to tell you how far along in compiling a particular file it is? Consider a machine learning model that can be hundreds of megabytes or even several gigabytes in size. These take hours to compile, and use enormous amounts of memory. It'd be nice to know even roughly how far along it is in the process at any time. Is this possible?