[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 1 13:21:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817
Andreas Schwab <schwab@linux-m68k.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> 2012-04-01 13:20:36 UTC ---
Not a bug. An ellipses conversion sequence is worse than a standard conversion
sequence, thus readdata(int,void*) is preferred over readdata(int,...) when the
actual arguments are (int,long*).
More information about the Gcc-bugs
mailing list