This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12697] Redundant duplicate error message


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]