This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [BUG] -frepo causes collect to fail


On May  5, 1999, Lavoie Philippe <lavoie@yoho.genie.uottawa.ca> wrote:

> I'm including a small test program that shows that collect goes into
> infinite loop mode when compiling something that uses -frepo. 

Are you really sure the loop is infinite?  It may take *many*
iterations until all templates are properly instantiated.  That's one
of the reasons why -frepo should only be used if you really really
need it, i.e., you're willing to trade a lot of compile time for save
disk space saving.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]