This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/42641] Random code-generation differences with GRAPHITE
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jan 2010 21:10:16 -0000
- Subject: [Bug tree-optimization/42641] Random code-generation differences with GRAPHITE
- References: <bug-42641-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jakub at gcc dot gnu dot org 2010-01-07 21:10 -------
htab_hash_pointer is fine if a hash table is never traversed, or such traversal
can't affect code generation. E.g. graphite has some debug_* routines that
traverse such hash tables, that's fine, they aren't called at all during
compilation except for debugging sessions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42641