This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49329] Static method with std::string parameter gets messed up with non-static method with bool parameter
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 8 Jun 2011 20:25:54 +0000
- Subject: [Bug c++/49329] Static method with std::string parameter gets messed up with non-static method with bool parameter
- Auto-submitted: auto-generated
- References: <bug-49329-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49329
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-06-08 20:25:50 UTC ---
I think GCC is correct here. EDG gives a similar error.