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++/13074] [3.3/3.4/3.5 Regression] Stops with message: g++: Internal error: Killed (program cc1plus)


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-31 04:54 -------
hmm, the problem is that the types reference each other by TREE_CHAIN which causes 
a lot of the functions bodies not to be freed (maybe after they emitted they need to be 
zeroed).

-- 


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


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