This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11187] signed/unsigned conversion behaves differently


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]