This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tuples] Fix bootstrap on 64 bit hosts


tree-vectorizer.c:hash_gimple_stmt was casting 64bit pointers to 32bit
ints.  Fixed by using htab_hash_pointer instead.


Diego.

Attachment: 20080625-fix-ptr-cast.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]