This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19311] [3.4/4.0 Regression] ICE in resolve_overloaded_unification
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2005 15:25:39 -0000
- Subject: [Bug c++/19311] [3.4/4.0 Regression] ICE in resolve_overloaded_unification
- References: <20050107131252.19311.jakub@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2005-01-17 15:25 -------
(In reply to comment #7)
> Fixing it by queuing access checking until instantiation time
> turns out to be nasty:
> - Need to invent new tree node, the current TREE_LIST cannot
> store the line number information.
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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19311