[Bug middle-end/44291] [4.6 regression] ICE in set_user_assembler_libfunc

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jun 2 20:47:00 GMT 2010



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



More information about the Gcc-bugs mailing list