This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14318] sizeof() does too much
- From: "s_gccbugzilla at nedprod dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Feb 2004 23:07:55 -0000
- Subject: [Bug c++/14318] sizeof() does too much
- References: <20040227032625.14318.s_gccbugzilla@nedprod.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From s_gccbugzilla at nedprod dot com 2004-02-27 23:07 -------
(In reply to comment #3)
> I don't follow you. When you're trying to assign a Foo to a "long int" there
> are three different valid conversion sequences. You can either go through
"long
> long int", through "double" or through "char". What's your expectation? There
> is no perfect match, and all the three types are then implicitally convertable
> to "long int" which is the final type.
Ok, I can't afford to spend any more time on this so it'll be quicker to
reimplement the functionality. Thanks for all the quick bug fixes!
Cheers,
Niall
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14318