------- Comment #3 from hubicka at ucw dot cz 2006-12-22 00:54 ------- Subject: Re: [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition
Hi, Even if all frontends can do unit-at-a-time, non-unit-at-a-time is, sadly, still essential for Java. For Java it is common to do link-time optimizations and our memory consumption with unit-at-a-time is too large for this. So fixing it is desirable. Thank you for looking into this! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29614