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++/19311] [3.4/4.0 Regression] ICE in resolve_overloaded_unification


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-01-17 16:19 -------
(In reply to comment #9)
> Why a new tree node? We are moving away from using trees also for container-
> type data structures. You can write a normal structure with the node that must 
> be access-checked and the line info, and put it into a Vec.

This is only a rough idea.  The actual implementation could be
different.

-- 


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


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