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++/12335] [3.4 regression] ICE when explicitly calling destructor


------- Additional Comments From bangerth at dealii dot org  2004-01-13 15:33 -------
I have no clue. I mean, I would expect that if I don't declare the 
destructor explicitly, then the default destructor is automatically 
synthetized. On the other hand, icc7 rejects the code, saying that 
there is no X::~X. Whatever, an ICE is not appropriate. 
 
W. 

-- 


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


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