This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11187] signed/unsigned conversion behaves differently
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Nov 2004 15:00:26 -0000
- Subject: [Bug c++/11187] signed/unsigned conversion behaves differently
- References: <20030613173602.11187.savoiu@ics.uci.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at gcc dot gnu dot org 2004-11-29 15:00 -------
we miss the signed errors because we keep conversion the short and int functions
on different slots in the member function vector. I don't think we should be
doing that. Conversion functions do not have a conventional name, we shouldn't
be pretending they did.
We should fix this when we fix the function vector to use a hash table :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11187