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++/16904] [3.4/3.5 regression] ICE in finish_class_member_access_expr, at cp/typeck.c:1945


------- Additional Comments From bangerth at dealii dot org  2004-08-06 19:59 -------
It is, however, possible to make it even smaller :-) 
------------------ 
template <typename T> struct X { 
  X () { 
    this->T::handler (); 
  } 
}; 
 
template struct X<int>; 
-------------------- 
 
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/c++ -c x.cc 
x.cc: In constructor `X<T>::X() [with T = int]': 
x.cc:7:   instantiated from here 
x.cc:3: internal compiler error: in finish_class_member_access_expr, at 
cp/typeck.c:1945 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
W. 

-- 


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


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