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 c++/13618] New: 'internal compiler error: in c_expand_expr, at c-common.c' when printing a compile error


When compiling a small program involving a fair amount of template processing, 
gcc aborts with 'internal compiler error' when trying to print out a 
programming error:

CacheTemplate.cpp: In member function `Value& Cache<Key, Value, MissHandler, 
   ReplacementPolicy>::get(const Key&) [with Key = int, Value = char, 
   MissHandler = CharMaker, ReplacementPolicy = TestReplacementPolicy]':
test.cpp:36:   instantiated from here
CacheTemplate.cpp:12: internal compiler error: in c_expand_expr, at c-common.c:
   4341
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I will include the preprocessed source, as soon as I can figure out where to 
upload it.

-- 
           Summary: 'internal compiler error: in c_expand_expr, at c-
                    common.c' when printing a compile error
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: youkai at earthlink dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13618


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