r194380 - in /branches/cxx-conversion/gcc: gimp...

crowl@gcc.gnu.org crowl@gcc.gnu.org
Tue Dec 11 02:41:00 GMT 2012


Author: crowl
Date: Tue Dec 11 02:40:58 2012
New Revision: 194380

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194380
Log:
Fix some hash_table build errors when configured with
--enable-checking=yes.

tree-browser.c
   * Remove stale declaration of removed TB_parent_eq.
   * Fix template parameter for base class to match value_type.

gimple.h
   * Use gimplify_hasher::hash rather than gimple_tree_hash in the
   assertion check.
   * Change return values to match return type. (I.e. no conversions.)

Tested on x86-64.



Modified:
    branches/cxx-conversion/gcc/gimple.h
    branches/cxx-conversion/gcc/tree-browser.c



More information about the Gcc-cvs mailing list