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


Alexandre Oliva writes:
 > 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.
 > 

Well, the test program has only one member function and after 200+
iterations I decided it was infinite.

Don't you have the same behavior ? 

Phil


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