Bug#440483: gcc-snapshot: ambiguous operator==

2007-09-02 Thread brian m. carlson
On Sun, Sep 02, 2007 at 10:19:27AM +0200, Martin Michlmayr wrote: > Maybe Ben or Brian can comment. > > * Erik Johansson <[EMAIL PROTECTED]> [2007-09-02 00:39]: > > Package: gcc-snapshot > > Version: 20070829-1 > > Severity: normal > > > > The following code compiles with g++ 4.2 but fails with "

Bug#440483: gcc-snapshot: ambiguous operator==

2007-09-02 Thread Martin Michlmayr
Maybe Ben or Brian can comment. * Erik Johansson <[EMAIL PROTECTED]> [2007-09-02 00:39]: > Package: gcc-snapshot > Version: 20070829-1 > Severity: normal > > The following code compiles with g++ 4.2 but fails with "ISO C++ says > that these are ambiguous, even though the worst conversion for the

Bug#440483: gcc-snapshot: ambiguous operator==

2007-09-01 Thread Erik Johansson
Package: gcc-snapshot Version: 20070829-1 Severity: normal The following code compiles with g++ 4.2 but fails with "ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second" when compiling with latest gcc-snapshot. If