This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34200] Two compilation units have same private class but no conflict detected or reported.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Nov 2007 03:03:32 -0000
- Subject: [Bug c++/34200] Two compilation units have same private class but no conflict detected or reported.
- References: <bug-34200-15413@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from pinskia at gcc dot gnu dot org 2007-11-25 03:03 -------
This is too hard to fix really, you need all the Translation units inside the
compiler itself to dect it and then compare the functions to make sure they are
the same (which is slow).
Closing as fixed.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34200