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++/11493] New: [3.4 regression] tree check ICE in error.c


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.4 regression] tree check ICE in error.c
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mueller at kde dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

this is apparently a new regression introduced recently.  
 
output of g++ -v -c testcase.cpp : 
 
GNU C++ version 3.4 20030710 (experimental) (i686-pc-linux-gnu) 
        compiled by GNU C version 3.4 20030709 (experimental). 
GGC heuristics: --param ggc-min-expand=36 --param ggc-min-heapsize=11250 
kdirlister.cpp: In constructor `A<K>::A() [with K = N::C]': 
kdirlister.cpp:23:   instantiated from here 
kdirlister.cpp:16: internal compiler error: tree check: expected class 'd',  
   have 'r' (component_ref) in location_of, at cp/error.c:2156


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