This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/27369] [4.1/4.2 Regression] tree check ICE when attribute externally_visible used
- From: "jason at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2006 21:50:43 -0000
- Subject: [Bug c++/27369] [4.1/4.2 Regression] tree check ICE when attribute externally_visible used
- References: <bug-27369-8960@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from jason at gcc dot gnu dot org 2006-06-26 21:50 -------
The bug is that handle_externally_visible adds the second decl to cgraph_nodes
and then duplicate_decls discards it without removing it from cgraph_nodes.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27369