http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817
Andreas Schwab <sch...@linux-m68k.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #4 from Andreas Schwab <sch...@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*).