>>>>> "Jakub" == Jakub Jelinek <ja...@redhat.com> writes:
Jakub> 2013-02-27 Jakub Jelinek <ja...@redhat.com> Jakub> * files.c (_cpp_find_file): If returning early, before storing Jakub> something to *hash_slot and *hash_slot is NULL, call htab_clear_slot Jakub> on it. Access *hash_slot using void * type rather than Jakub> struct file_hash_entry * to avoid aliasing issues. This is ok. Thanks. Tom