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]
Other format: [Raw text]

[Bug debug/48667] New: [ skipping N instantiation contexts ] Skips exactly those which are of interest to me


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: unassigned@gcc.gnu.org
        ReportedBy: brian.amberg@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


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