This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12697] Redundant duplicate error message
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2003 09:50:30 -0000
- Subject: [Bug c++/12697] Redundant duplicate error message
- References: <20031020235903.12697.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-06 09:50 -------
pr12697.cc: In function `int main()':
pr12697.cc:28: 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:
pr12697.cc:11: note: candidate 1: void Foo(int32, int32)
pr12697.cc:9: note: candidate 2: void Foo(int8, int8)
pr12697.cc:28: 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:
pr12697.cc:11: note: candidate 1: void Foo(int32, int32)
pr12697.cc:13: note: candidate 2: void Foo(uint8, uint8)
pr12697.cc:28: 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:
pr12697.cc:11: note: candidate 1: void Foo(int32, int32)
pr12697.cc:9: note: candidate 2: void Foo(int8, int8)
pr12697.cc:29: 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:
pr12697.cc:11: note: candidate 1: void Foo(int32, int32)
pr12697.cc:9: note: candidate 2: void Foo(int8, int8)
pr12697.cc:29: 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:
pr12697.cc:11: note: candidate 1: void Foo(int32, int32)
pr12697.cc:13: note: candidate 2: void Foo(uint8, uint8)
pr12697.cc:29: 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:
pr12697.cc:11: note: candidate 1: void Foo(int32, int32)
pr12697.cc:9: note: candidate 2: void Foo(int8, int8)
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-10-21 00:19:36 |2003-12-06 09:50:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12697