------- Comment #9 from rguenth at gcc dot gnu dot org 2009-10-15 16:04 ------- Subject: Bug 41668
Author: rguenth Date: Thu Oct 15 16:04:29 2009 New Revision: 152851 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152851 Log: 2009-10-15 Richard Guenther <rguent...@suse.de> PR lto/41668 * gimple.c (compare_type_names_p): Handle anonymous names differently based on new mode argument. (gimple_types_compatible_p): For structs also compare the tags. (iterative_hash_type_name): Rename to ... (iterative_hash_name): ... this. Hash all names. (iterative_hash_gimple_type): Fix hashing the struct tag of pointer targets. Hash field decl names. Modified: trunk/gcc/ChangeLog trunk/gcc/gimple.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41668