aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2007-11-26 06:37:46 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2007-11-26 06:37:46 +0000
commit0043f60679c6c6b8b76acb75cf8a7e363aca1d06 (patch)
tree662302ab9043057f862b87acba5356dedaf1d148 /gcc/tree.c
parent6e0b7c703dae4c537b8aa36c2d726d5c3a26dff0 (diff)
downloadgcc-0043f60679c6c6b8b76acb75cf8a7e363aca1d06.zip
gcc-0043f60679c6c6b8b76acb75cf8a7e363aca1d06.tar.gz
gcc-0043f60679c6c6b8b76acb75cf8a7e363aca1d06.tar.bz2
* tree.c (type_hash_add): Don't violate strict aliasing rules.
From-SVN: r130429
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 9c65474..6cb76f0 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -4677,7 +4677,7 @@ type_hash_add (hashval_t hashcode, tree type)
h->hash = hashcode;
h->type = type;
loc = htab_find_slot_with_hash (type_hash_table, h, hashcode, INSERT);
- *(struct type_hash **) loc = h;
+ *loc = (void*)h;
}
/* Given TYPE, and HASHCODE its hash code, return the canonical