------- Comment #1 from sje at cup dot hp dot com 2006-07-19 20:47 ------- Actually, I think my patch may have been wrong. By adding the return to check_classfn, what I basically did was to skip the call to add_method, which according to the comments, is specifically there to add the non-existent method and thus cause us to not give duplicate messages. If I undo the patch for PR 28304, we call add_method and the duplicate messages go away but then I have the ICE again. I think the ICE needs to be fixed some other way but I am not sure how to do it. I will think some more but any advice you might have would be appreciated.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28432