------- Comment #6 from rguenth at gcc dot gnu dot org 2008-01-25 21:11 -------
g++-4.3 opx.cpp -S 2>&1 | head -20
opx.cpp:9132: error: ISO C++ says that these are ambiguous, even though the
worst conversion for the first is better than the worst conversion for the
second:
opx.cpp:9132: note: candidate 1: operator-(int, int) <built-in>
opx.cpp:4657: note: candidate 2: T operator-(T, Arg) [with Arg = arity, T =
element<signed char>]
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20478