------- Comment #4 from rguenth at gcc dot gnu dot org  2010-06-02 20:47 -------
  id = get_identifier (name);
  hash = htab_hash_string (name);

this should be

  hash = IDENTIFIER_HASH_VALUE (id);


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44291

Reply via email to