http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48667
Summary: [ skipping N instantiation contexts ] Skips exactly those which are of interest to me Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassig...@gcc.gnu.org ReportedBy: brian.amb...@unibas.ch A new gcc feature seems to be to emit [ skipping N instantiation contexts ] after the first 10 contexts. I could not find a way to change 10 to another value. The problem is, that when using the terrific, but extremely templated eigen library the instantiation contexts where my own bug happens are not shown, only those within the library headers and my main routine, and I can not easily debug my program. This is very annoying. kind regards, Brian