------- Comment #7 from burnus at gcc dot gnu dot org 2010-05-04 16:13 ------- (In reply to comment #6) > Created an attachment (id=20557) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20557&action=view) [edit] > First draft patch
if (type != current_interface.type - || strcmp (current_interface.sym->name, name) != 0) + && strcmp (current_interface.sym->name, name) != 0) And that change is of course wrong. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39427