http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40958
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW --- Comment #17 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > However, the fundamental(?) issue of module sizes growing exponentially with > deep module hierarchies still remains. The solution to that is to not > include transitive dependencies, which in turn would require a module cache > for good performance. Whether that is worth doing, and who is willing and > able to do it, is unclear. See pr60780 for an example.