This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11493] [3.4 regression] tree check ICE in error.c
- From: "mueller at kde dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2003 21:15:20 -0000
- Subject: [Bug c++/11493] [3.4 regression] tree check ICE in error.c
- References: <20030710203104.11493.mueller@kde.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11493
------- Additional Comments From mueller at kde dot org 2003-07-10 21:15 -------
oh, yeah. sorry. I was not checking closely about clashes during creating the
testcase (stripping down from > 5000 lines of template code. ugh).
the problem is the copy() function in the two different namespaces (with two
different signatures). if you rename one the problem disappears.